Html Css Color HEX #EECA64 Golden Sand

📋 copy color: '#EECA64'

red 238 ◦ green 202 ◦ blue 100

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

Shades of Golden Sand #EECA64

Tints of Golden Sand #EECA64

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.41%

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

R = 44.07%
G = 37.41%
B = 18.52%

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

#EECA64 (or 0xEECA64) is known color: Golden Sand. HEX triplet: EE, CA and 64. RGB value is (238,202,100). Sum of RGB (Red+Green+Blue) = 238+202+100=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 100 (39.45% from 255 or 18.52% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECA64 is #11359B. Grayscale: #C9C9C9. Windows color (decimal): -1127836 or 6605550. OLE color: 6605550.

HSL color Cylindrical-coordinate representation of color #EECA64: hue angle of 44.35º 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 #EECA64 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 202 100 -
CMYK 0 0.15 0.58 0.07
HSL 44.35º 0.8% 0.66% -
HSV(B) 44.35º 0.58% 0.93% -
XYZ 58.68 61.34 20.8 -
YUV 201.14 70.93 154.29 -
System Red Green Blue C M Y K H S L
Decimal 238 202 100 0 0.15 0.58 0.07 44.35 0.8 0.66
Hex EE CA 64 0 F 3A 7 2C 50 42
Octal 356 312 144 0 17 72 7 54 120 102
Binary 11101110 11001010 1100100 0 1111 111010 111 101100 1010000 1000010

Color Harmonies of #EECA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECA64

Black with #EECA64

Text Example


Text Example

White with #EECA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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