Html Css Color HEX #EED769 Golden Sand

📋 copy color: '#EED769'

red 238 ◦ green 215 ◦ blue 105

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

Shades of Golden Sand #EED769

Tints of Golden Sand #EED769

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.53%

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

R = 42.65%
G = 38.53%
B = 18.82%

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

#EED769 (or 0xEED769) is known color: Golden Sand. HEX triplet: EE, D7 and 69. RGB value is (238,215,105). Sum of RGB (Red+Green+Blue) = 238+215+105=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 215 (84.38% from 255 or 38.53% from 558); Blue value is 105 (41.41% from 255 or 18.82% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EED769 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED769 is #112896. Grayscale: #D1D1D1. Windows color (decimal): -1124503 or 6936558. OLE color: 6936558.

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

Color convert

RGB 238 215 105 -
CMYK 0 0.10 0.56 0.07
HSL 49.62º 0.8% 0.67% -
HSV(B) 49.62º 0.56% 0.93% -
XYZ 62.11 67.8 23.18 -
YUV 209.34 69.12 148.44 -
System Red Green Blue C M Y K H S L
Decimal 238 215 105 0 0.10 0.56 0.07 49.62 0.8 0.67
Hex EE D7 69 0 A 38 7 32 50 43
Octal 356 327 151 0 12 70 7 62 120 103
Binary 11101110 11010111 1101001 0 1010 111000 111 110010 1010000 1000011

Color Harmonies of #EED769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED769

Black with #EED769

Text Example


Text Example

White with #EED769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED769; }

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

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

background-color css

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

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

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

border-color css

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

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

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