Html Css Color HEX #EECF74 Golden Sand

📋 copy color: '#EECF74'

red 238 ◦ green 207 ◦ blue 116

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

Shades of Golden Sand #EECF74

Tints of Golden Sand #EECF74

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.9%

 BLUE value IS 116 (45.7% from 255) = 20.68%

R = 42.42%
G = 36.9%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EECF74 (or 0xEECF74) is known color: Golden Sand. HEX triplet: EE, CF and 74. RGB value is (238,207,116). Sum of RGB (Red+Green+Blue) = 238+207+116=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 116 (45.70% from 255 or 20.68% from 561); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECF74 is #11308B. Grayscale: #CECECE. Windows color (decimal): -1126540 or 7655406. OLE color: 7655406.

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

Color convert

RGB 238 207 116 -
CMYK 0 0.13 0.51 0.07
HSL 44.75º 0.78% 0.69% -
HSV(B) 44.75º 0.51% 0.93% -
XYZ 60.73 64.06 25.69 -
YUV 205.9 77.27 150.9 -
System Red Green Blue C M Y K H S L
Decimal 238 207 116 0 0.13 0.51 0.07 44.75 0.78 0.69
Hex EE CF 74 0 D 33 7 2D 4E 45
Octal 356 317 164 0 15 63 7 55 116 105
Binary 11101110 11001111 1110100 0 1101 110011 111 101101 1001110 1000101

Color Harmonies of #EECF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECF74

Black with #EECF74

Text Example


Text Example

White with #EECF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECF74; }

 p { color: rgb(238,207,116); }

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

background-color css

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

 a { background-color: rgb(238,207,116); }

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

border-color css

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

 span { border-color: rgb(238,207,116); }

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