Html Css Color HEX #EED070 Golden Sand

📋 copy color: '#EED070'

red 238 ◦ green 208 ◦ blue 112

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

Shades of Golden Sand #EED070

Tints of Golden Sand #EED070

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.28%

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

R = 42.65%
G = 37.28%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EED070 (or 0xEED070) is known color: Golden Sand. HEX triplet: EE, D0 and 70. RGB value is (238,208,112). Sum of RGB (Red+Green+Blue) = 238+208+112=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 208 (81.64% from 255 or 37.28% from 558); Blue value is 112 (44.14% from 255 or 20.07% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EED070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED070 is #112F8F. Grayscale: #CECECE. Windows color (decimal): -1126288 or 7393518. OLE color: 7393518.

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

Color convert

RGB 238 208 112 -
CMYK 0 0.13 0.53 0.07
HSL 45.71º 0.79% 0.69% -
HSV(B) 45.71º 0.53% 0.93% -
XYZ 60.74 64.46 24.57 -
YUV 206.03 74.94 150.81 -
System Red Green Blue C M Y K H S L
Decimal 238 208 112 0 0.13 0.53 0.07 45.71 0.79 0.69
Hex EE D0 70 0 D 35 7 2E 4F 45
Octal 356 320 160 0 15 65 7 56 117 105
Binary 11101110 11010000 1110000 0 1101 110101 111 101110 1001111 1000101

Color Harmonies of #EED070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED070

Black with #EED070

Text Example


Text Example

White with #EED070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED070; }

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

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

background-color css

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

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

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

border-color css

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

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

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