Html Css Color HEX #EECD71 Golden Sand

📋 copy color: '#EECD71'

red 238 ◦ green 205 ◦ blue 113

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

Shades of Golden Sand #EECD71

Tints of Golden Sand #EECD71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.32%

R = 42.81%
G = 36.87%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EECD71 (or 0xEECD71) is known color: Golden Sand. HEX triplet: EE, CD and 71. RGB value is (238,205,113). Sum of RGB (Red+Green+Blue) = 238+205+113=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 113 (44.53% from 255 or 20.32% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECD71 is #11328E. Grayscale: #CCCCCC. Windows color (decimal): -1127055 or 7458286. OLE color: 7458286.

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

Color convert

RGB 238 205 113 -
CMYK 0 0.14 0.53 0.07
HSL 44.16º 0.79% 0.69% -
HSV(B) 44.16º 0.53% 0.93% -
XYZ 60.07 63.03 24.62 -
YUV 204.38 76.43 151.98 -
System Red Green Blue C M Y K H S L
Decimal 238 205 113 0 0.14 0.53 0.07 44.16 0.79 0.69
Hex EE CD 71 0 E 35 7 2C 4F 45
Octal 356 315 161 0 16 65 7 54 117 105
Binary 11101110 11001101 1110001 0 1110 110101 111 101100 1001111 1000101

Color Harmonies of #EECD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECD71

Black with #EECD71

Text Example


Text Example

White with #EECD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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