Html Css Color HEX #EED671 Golden Sand

📋 copy color: '#EED671'

red 238 ◦ green 214 ◦ blue 113

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

Shades of Golden Sand #EED671

Tints of Golden Sand #EED671

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.88%

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

R = 42.12%
G = 37.88%
B = 20%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EED671 (or 0xEED671) is known color: Golden Sand. HEX triplet: EE, D6 and 71. RGB value is (238,214,113). Sum of RGB (Red+Green+Blue) = 238+214+113=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 214 (83.98% from 255 or 37.88% from 565); Blue value is 113 (44.53% from 255 or 20% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EED671 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED671 is #11298E. Grayscale: #D2D2D2. Windows color (decimal): -1124751 or 7460590. OLE color: 7460590.

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

Color convert

RGB 238 214 113 -
CMYK 0 0.10 0.53 0.07
HSL 48.48º 0.79% 0.69% -
HSV(B) 48.48º 0.53% 0.93% -
XYZ 62.29 67.46 25.36 -
YUV 209.66 73.45 148.21 -
System Red Green Blue C M Y K H S L
Decimal 238 214 113 0 0.10 0.53 0.07 48.48 0.79 0.69
Hex EE D6 71 0 A 35 7 30 4F 45
Octal 356 326 161 0 12 65 7 60 117 105
Binary 11101110 11010110 1110001 0 1010 110101 111 110000 1001111 1000101

Color Harmonies of #EED671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED671

Black with #EED671

Text Example


Text Example

White with #EED671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED671; }

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

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

background-color css

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

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

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

border-color css

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

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

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