Html Css Color HEX #EEC470 Golden Sand

📋 copy color: '#EEC470'

red 238 ◦ green 196 ◦ blue 112

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

Shades of Golden Sand #EEC470

Tints of Golden Sand #EEC470

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.9%

 BLUE value IS 112 (44.14% from 255) = 20.51%

R = 43.59%
G = 35.9%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EEC470 (or 0xEEC470) is known color: Golden Sand. HEX triplet: EE, C4 and 70. RGB value is (238,196,112). Sum of RGB (Red+Green+Blue) = 238+196+112=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 196 (76.95% from 255 or 35.90% from 546); Blue value is 112 (44.14% from 255 or 20.51% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC470 is #113B8F. Grayscale: #C7C7C7. Windows color (decimal): -1129360 or 7390446. OLE color: 7390446.

HSL color Cylindrical-coordinate representation of color #EEC470: hue angle of 40º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EEC470 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 196 112 -
CMYK 0 0.18 0.53 0.07
HSL 40º 0.79% 0.69% -
HSV(B) 40º 0.53% 0.93% -
XYZ 57.92 58.83 23.63 -
YUV 198.98 78.91 155.83 -
System Red Green Blue C M Y K H S L
Decimal 238 196 112 0 0.18 0.53 0.07 40 0.79 0.69
Hex EE C4 70 0 12 35 7 28 4F 45
Octal 356 304 160 0 22 65 7 50 117 105
Binary 11101110 11000100 1110000 0 10010 110101 111 101000 1001111 1000101

Color Harmonies of #EEC470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC470

Black with #EEC470

Text Example


Text Example

White with #EEC470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC470; }

 p { color: rgb(238,196,112); }

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

background-color css

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

 a { background-color: rgb(238,196,112); }

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

border-color css

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

 span { border-color: rgb(238,196,112); }

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