Html Css Color HEX #EED869 Golden Sand

📋 copy color: '#EED869'

red 238 ◦ green 216 ◦ blue 105

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

Shades of Golden Sand #EED869

Tints of Golden Sand #EED869

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.64%

 BLUE value IS 105 (41.41% from 255) = 18.78%

R = 42.58%
G = 38.64%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EED869 (or 0xEED869) is known color: Golden Sand. HEX triplet: EE, D8 and 69. RGB value is (238,216,105). Sum of RGB (Red+Green+Blue) = 238+216+105=559 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.58% from 559); Green value is 216 (84.77% from 255 or 38.64% from 559); Blue value is 105 (41.41% from 255 or 18.78% from 559); Max value from RGB is 238 - color contains mainly: red. Hex color #EED869 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED869 is #112796. Grayscale: #D2D2D2. Windows color (decimal): -1124247 or 6936814. OLE color: 6936814.

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

Color convert

RGB 238 216 105 -
CMYK 0 0.09 0.56 0.07
HSL 50.08º 0.8% 0.67% -
HSV(B) 50.08º 0.56% 0.93% -
XYZ 62.37 68.31 23.26 -
YUV 209.92 68.79 148.03 -
System Red Green Blue C M Y K H S L
Decimal 238 216 105 0 0.09 0.56 0.07 50.08 0.8 0.67
Hex EE D8 69 0 9 38 7 32 50 43
Octal 356 330 151 0 11 70 7 62 120 103
Binary 11101110 11011000 1101001 0 1001 111000 111 110010 1010000 1000011

Color Harmonies of #EED869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED869

Black with #EED869

Text Example


Text Example

White with #EED869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED869; }

 p { color: rgb(238,216,105); }

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

background-color css

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

 a { background-color: rgb(238,216,105); }

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

border-color css

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

 span { border-color: rgb(238,216,105); }

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