Html Css Color HEX #EED064 Golden Sand

📋 copy color: '#EED064'

red 238 ◦ green 208 ◦ blue 100

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

Shades of Golden Sand #EED064

Tints of Golden Sand #EED064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.32%

R = 43.59%
G = 38.1%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EED064 (or 0xEED064) is known color: Golden Sand. HEX triplet: EE, D0 and 64. RGB value is (238,208,100). Sum of RGB (Red+Green+Blue) = 238+208+100=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 100 (39.45% from 255 or 18.32% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EED064 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED064 is #112F9B. Grayscale: #CDCDCD. Windows color (decimal): -1126300 or 6607086. OLE color: 6607086.

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

Color convert

RGB 238 208 100 -
CMYK 0 0.13 0.58 0.07
HSL 46.96º 0.8% 0.66% -
HSV(B) 46.96º 0.58% 0.93% -
XYZ 60.12 64.21 21.28 -
YUV 204.66 68.94 151.78 -
System Red Green Blue C M Y K H S L
Decimal 238 208 100 0 0.13 0.58 0.07 46.96 0.8 0.66
Hex EE D0 64 0 D 3A 7 2F 50 42
Octal 356 320 144 0 15 72 7 57 120 102
Binary 11101110 11010000 1100100 0 1101 111010 111 101111 1010000 1000010

Color Harmonies of #EED064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED064

Black with #EED064

Text Example


Text Example

White with #EED064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED064; }

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

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

background-color css

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

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

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

border-color css

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

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

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