Html Css Color HEX #EED669 Golden Sand

📋 copy color: '#EED669'

red 238 ◦ green 214 ◦ blue 105

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

Shades of Golden Sand #EED669

Tints of Golden Sand #EED669

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.42%

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

R = 42.73%
G = 38.42%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EED669 (or 0xEED669) is known color: Golden Sand. HEX triplet: EE, D6 and 69. RGB value is (238,214,105). Sum of RGB (Red+Green+Blue) = 238+214+105=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 105 (41.41% from 255 or 18.85% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EED669 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED669 is #112996. Grayscale: #D1D1D1. Windows color (decimal): -1124759 or 6936302. OLE color: 6936302.

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

Color convert

RGB 238 214 105 -
CMYK 0 0.10 0.56 0.07
HSL 49.17º 0.8% 0.67% -
HSV(B) 49.17º 0.56% 0.93% -
XYZ 61.86 67.29 23.09 -
YUV 208.75 69.45 148.86 -
System Red Green Blue C M Y K H S L
Decimal 238 214 105 0 0.10 0.56 0.07 49.17 0.8 0.67
Hex EE D6 69 0 A 38 7 31 50 43
Octal 356 326 151 0 12 70 7 61 120 103
Binary 11101110 11010110 1101001 0 1010 111000 111 110001 1010000 1000011

Color Harmonies of #EED669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED669

Black with #EED669

Text Example


Text Example

White with #EED669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED669; }

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

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

background-color css

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

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

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

border-color css

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

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

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