Html Css Color HEX #EECB60 Golden Sand

📋 copy color: '#EECB60'

red 238 ◦ green 203 ◦ blue 96

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

Shades of Golden Sand #EECB60

Tints of Golden Sand #EECB60

RGB

 RED value IS 238 (93.36% from 255) = 44.32%

 GREEN value IS 203 (79.69% from 255) = 37.8%

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

R = 44.32%
G = 37.8%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EECB60 (or 0xEECB60) is known color: Golden Sand. HEX triplet: EE, CB and 60. RGB value is (238,203,96). Sum of RGB (Red+Green+Blue) = 238+203+96=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 96 (37.89% from 255 or 17.88% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECB60 is #11349F. Grayscale: #C9C9C9. Windows color (decimal): -1127584 or 6343662. OLE color: 6343662.

HSL color Cylindrical-coordinate representation of color #EECB60: hue angle of 45.21º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EECB60 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 203 96 -
CMYK 0 0.15 0.60 0.07
HSL 45.21º 0.81% 0.65% -
HSV(B) 45.21º 0.6% 0.93% -
XYZ 58.73 61.73 19.89 -
YUV 201.27 68.6 154.2 -
System Red Green Blue C M Y K H S L
Decimal 238 203 96 0 0.15 0.60 0.07 45.21 0.81 0.65
Hex EE CB 60 0 F 3C 7 2D 51 41
Octal 356 313 140 0 17 74 7 55 121 101
Binary 11101110 11001011 1100000 0 1111 111100 111 101101 1010001 1000001

Color Harmonies of #EECB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECB60

Black with #EECB60

Text Example


Text Example

White with #EECB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECB60; }

 p { color: rgb(238,203,96); }

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

background-color css

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

 a { background-color: rgb(238,203,96); }

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

border-color css

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

 span { border-color: rgb(238,203,96); }

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