Html Css Color HEX #EDC760 Golden Sand

📋 copy color: '#EDC760'

red 237 ◦ green 199 ◦ blue 96

#EDC760
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Sand #EDC760

Tints of Golden Sand #EDC760

RGB

 RED value IS 237 (92.97% from 255) = 44.55%

 GREEN value IS 199 (78.13% from 255) = 37.41%

 BLUE value IS 96 (37.89% from 255) = 18.05%

R = 44.55%
G = 37.41%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EDC760 (or 0xEDC760) is known color: Golden Sand. HEX triplet: ED, C7 and 60. RGB value is (237,199,96). Sum of RGB (Red+Green+Blue) = 237+199+96=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 96 (37.89% from 255 or 18.05% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC760 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC760 is #12389F. Grayscale: #C7C7C7. Windows color (decimal): -1194144 or 6342637. OLE color: 6342637.

HSL color Cylindrical-coordinate representation of color #EDC760: hue angle of 43.83º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDC760 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 199 96 -
CMYK 0 0.16 0.59 0.07
HSL 43.83º 0.8% 0.65% -
HSV(B) 43.83º 0.59% 0.93% -
XYZ 57.46 59.7 19.56 -
YUV 198.62 70.09 155.38 -
System Red Green Blue C M Y K H S L
Decimal 237 199 96 0 0.16 0.59 0.07 43.83 0.8 0.65
Hex ED C7 60 0 10 3B 7 2C 50 41
Octal 355 307 140 0 20 73 7 54 120 101
Binary 11101101 11000111 1100000 0 10000 111011 111 101100 1010000 1000001

Color Harmonies of #EDC760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC760

Black with #EDC760

Text Example


Text Example

White with #EDC760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC760; }

 p { color: rgb(237,199,96); }

 H1.HeaderClassName
 {
   color: #EDC760;
 }
 .AnyTagClassName
 {
   color: #EDC760;
 }
</style>

background-color css

<style>
 a { background-color: #EDC760; }

 a { background-color: rgb(237,199,96); }

 div.DivClassName
 {
   background-color: #EDC760;
 }
 .BgClassName
 {
   background-color: #EDC760;
 }
</style>

border-color css

<style>
 span { border-color: #EDC760; }

 span { border-color: rgb(237,199,96); }

 td.TdClassName
 {
   border-color: #EDC760;
 }
 .TagClassName
 {
   border-color: #EDC760;
 }
</style>