Html Css Color HEX #EED075 Golden Sand

📋 copy color: '#EED075'

red 238 ◦ green 208 ◦ blue 117

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

Shades of Golden Sand #EED075

Tints of Golden Sand #EED075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.78%

R = 42.27%
G = 36.94%
B = 20.78%

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

#EED075 (or 0xEED075) is known color: Golden Sand. HEX triplet: EE, D0 and 75. RGB value is (238,208,117). Sum of RGB (Red+Green+Blue) = 238+208+117=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 208 (81.64% from 255 or 36.94% from 563); Blue value is 117 (46.09% from 255 or 20.78% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EED075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED075 is #112F8A. Grayscale: #CECECE. Windows color (decimal): -1126283 or 7721198. OLE color: 7721198.

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

Color convert

RGB 238 208 117 -
CMYK 0 0.13 0.51 0.07
HSL 45.12º 0.78% 0.7% -
HSV(B) 45.12º 0.51% 0.93% -
XYZ 61.03 64.57 26.08 -
YUV 206.6 77.44 150.4 -
System Red Green Blue C M Y K H S L
Decimal 238 208 117 0 0.13 0.51 0.07 45.12 0.78 0.7
Hex EE D0 75 0 D 33 7 2D 4E 46
Octal 356 320 165 0 15 63 7 55 116 106
Binary 11101110 11010000 1110101 0 1101 110011 111 101101 1001110 1000110

Color Harmonies of #EED075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED075

Black with #EED075

Text Example


Text Example

White with #EED075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED075; }

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

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

background-color css

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

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

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

border-color css

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

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

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