Html Css Color HEX #EED069 Golden Sand

📋 copy color: '#EED069'

red 238 ◦ green 208 ◦ blue 105

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

Shades of Golden Sand #EED069

Tints of Golden Sand #EED069

RGB

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

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

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

R = 43.19%
G = 37.75%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EED069 (or 0xEED069) is known color: Golden Sand. HEX triplet: EE, D0 and 69. RGB value is (238,208,105). Sum of RGB (Red+Green+Blue) = 238+208+105=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 105 (41.41% from 255 or 19.06% from 551); Max value from RGB is 238 - color contains mainly: red. Hex color #EED069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED069 is #112F96. Grayscale: #CDCDCD. Windows color (decimal): -1126295 or 6934766. OLE color: 6934766.

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

Color convert

RGB 238 208 105 -
CMYK 0 0.13 0.56 0.07
HSL 46.47º 0.8% 0.67% -
HSV(B) 46.47º 0.56% 0.93% -
XYZ 60.37 64.31 22.6 -
YUV 205.23 71.44 151.38 -
System Red Green Blue C M Y K H S L
Decimal 238 208 105 0 0.13 0.56 0.07 46.47 0.8 0.67
Hex EE D0 69 0 D 38 7 2E 50 43
Octal 356 320 151 0 15 70 7 56 120 103
Binary 11101110 11010000 1101001 0 1101 111000 111 101110 1010000 1000011

Color Harmonies of #EED069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED069

Black with #EED069

Text Example


Text Example

White with #EED069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED069; }

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

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

background-color css

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

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

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

border-color css

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

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

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