Html Css Color HEX #EED269 Golden Sand

📋 copy color: '#EED269'

red 238 ◦ green 210 ◦ blue 105

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

Shades of Golden Sand #EED269

Tints of Golden Sand #EED269

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.97%

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

R = 43.04%
G = 37.97%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EED269 (or 0xEED269) is known color: Golden Sand. HEX triplet: EE, D2 and 69. RGB value is (238,210,105). Sum of RGB (Red+Green+Blue) = 238+210+105=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 210 (82.42% from 255 or 37.97% from 553); Blue value is 105 (41.41% from 255 or 18.99% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EED269 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED269 is #112D96. Grayscale: #CECECE. Windows color (decimal): -1125783 or 6935278. OLE color: 6935278.

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

Color convert

RGB 238 210 105 -
CMYK 0 0.12 0.56 0.07
HSL 47.37º 0.8% 0.67% -
HSV(B) 47.37º 0.56% 0.93% -
XYZ 60.86 65.29 22.76 -
YUV 206.4 70.78 150.54 -
System Red Green Blue C M Y K H S L
Decimal 238 210 105 0 0.12 0.56 0.07 47.37 0.8 0.67
Hex EE D2 69 0 C 38 7 2F 50 43
Octal 356 322 151 0 14 70 7 57 120 103
Binary 11101110 11010010 1101001 0 1100 111000 111 101111 1010000 1000011

Color Harmonies of #EED269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED269

Black with #EED269

Text Example


Text Example

White with #EED269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED269; }

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

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

background-color css

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

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

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

border-color css

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

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

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