Html Css Color HEX #EED060 Golden Sand

📋 copy color: '#EED060'

red 238 ◦ green 208 ◦ blue 96

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

Shades of Golden Sand #EED060

Tints of Golden Sand #EED060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.71%

R = 43.91%
G = 38.38%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EED060 (or 0xEED060) is known color: Golden Sand. HEX triplet: EE, D0 and 60. RGB value is (238,208,96). Sum of RGB (Red+Green+Blue) = 238+208+96=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 96 (37.89% from 255 or 17.71% from 542); Max value from RGB is 238 - color contains mainly: red. Hex color #EED060 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED060 is #112F9F. Grayscale: #CCCCCC. Windows color (decimal): -1126304 or 6344942. OLE color: 6344942.

HSL color Cylindrical-coordinate representation of color #EED060: hue angle of 47.32º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EED060 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 208 96 -
CMYK 0 0.13 0.60 0.07
HSL 47.32º 0.81% 0.65% -
HSV(B) 47.32º 0.6% 0.93% -
XYZ 59.93 64.13 20.29 -
YUV 204.2 66.94 152.11 -
System Red Green Blue C M Y K H S L
Decimal 238 208 96 0 0.13 0.60 0.07 47.32 0.81 0.65
Hex EE D0 60 0 D 3C 7 2F 51 41
Octal 356 320 140 0 15 74 7 57 121 101
Binary 11101110 11010000 1100000 0 1101 111100 111 101111 1010001 1000001

Color Harmonies of #EED060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED060

Black with #EED060

Text Example


Text Example

White with #EED060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED060; }

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

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

background-color css

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

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

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

border-color css

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

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

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