Html Css Color HEX #EED469 Golden Sand

📋 copy color: '#EED469'

red 238 ◦ green 212 ◦ blue 105

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

Shades of Golden Sand #EED469

Tints of Golden Sand #EED469

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.2%

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

R = 42.88%
G = 38.2%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EED469 (or 0xEED469) is known color: Golden Sand. HEX triplet: EE, D4 and 69. RGB value is (238,212,105). Sum of RGB (Red+Green+Blue) = 238+212+105=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 105 (41.41% from 255 or 18.92% from 555); Max value from RGB is 238 - color contains mainly: red. Hex color #EED469 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED469 is #112B96. Grayscale: #D0D0D0. Windows color (decimal): -1125271 or 6935790. OLE color: 6935790.

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

Color convert

RGB 238 212 105 -
CMYK 0 0.11 0.56 0.07
HSL 48.27º 0.8% 0.67% -
HSV(B) 48.27º 0.56% 0.93% -
XYZ 61.35 66.28 22.93 -
YUV 207.58 70.11 149.7 -
System Red Green Blue C M Y K H S L
Decimal 238 212 105 0 0.11 0.56 0.07 48.27 0.8 0.67
Hex EE D4 69 0 B 38 7 30 50 43
Octal 356 324 151 0 13 70 7 60 120 103
Binary 11101110 11010100 1101001 0 1011 111000 111 110000 1010000 1000011

Color Harmonies of #EED469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED469

Black with #EED469

Text Example


Text Example

White with #EED469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED469; }

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

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

background-color css

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

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

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

border-color css

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

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

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