Html Css Color HEX #EECB64 Golden Sand

📋 copy color: '#EECB64'

red 238 ◦ green 203 ◦ blue 100

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

Shades of Golden Sand #EECB64

Tints of Golden Sand #EECB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.48%

R = 43.99%
G = 37.52%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EECB64 (or 0xEECB64) is known color: Golden Sand. HEX triplet: EE, CB and 64. RGB value is (238,203,100). Sum of RGB (Red+Green+Blue) = 238+203+100=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 100 (39.45% from 255 or 18.48% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECB64 is #11349B. Grayscale: #CACACA. Windows color (decimal): -1127580 or 6605806. OLE color: 6605806.

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

Color convert

RGB 238 203 100 -
CMYK 0 0.15 0.58 0.07
HSL 44.78º 0.8% 0.66% -
HSV(B) 44.78º 0.58% 0.93% -
XYZ 58.92 61.81 20.88 -
YUV 201.72 70.6 153.88 -
System Red Green Blue C M Y K H S L
Decimal 238 203 100 0 0.15 0.58 0.07 44.78 0.8 0.66
Hex EE CB 64 0 F 3A 7 2D 50 42
Octal 356 313 144 0 17 72 7 55 120 102
Binary 11101110 11001011 1100100 0 1111 111010 111 101101 1010000 1000010

Color Harmonies of #EECB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECB64

Black with #EECB64

Text Example


Text Example

White with #EECB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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