Html Css Color HEX #EECD74 Golden Sand

📋 copy color: '#EECD74'

red 238 ◦ green 205 ◦ blue 116

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

Shades of Golden Sand #EECD74

Tints of Golden Sand #EECD74

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.67%

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

R = 42.58%
G = 36.67%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EECD74 (or 0xEECD74) is known color: Golden Sand. HEX triplet: EE, CD and 74. RGB value is (238,205,116). Sum of RGB (Red+Green+Blue) = 238+205+116=559 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.58% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 116 (45.70% from 255 or 20.75% from 559); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECD74 is #11328B. Grayscale: #CDCDCD. Windows color (decimal): -1127052 or 7654894. OLE color: 7654894.

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

Color convert

RGB 238 205 116 -
CMYK 0 0.14 0.51 0.07
HSL 43.77º 0.78% 0.69% -
HSV(B) 43.77º 0.51% 0.93% -
XYZ 60.24 63.1 25.53 -
YUV 204.72 77.93 151.74 -
System Red Green Blue C M Y K H S L
Decimal 238 205 116 0 0.14 0.51 0.07 43.77 0.78 0.69
Hex EE CD 74 0 E 33 7 2C 4E 45
Octal 356 315 164 0 16 63 7 54 116 105
Binary 11101110 11001101 1110100 0 1110 110011 111 101100 1001110 1000101

Color Harmonies of #EECD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECD74

Black with #EECD74

Text Example


Text Example

White with #EECD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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