Html Css Color HEX #EED263 Golden Sand

📋 copy color: '#EED263'

red 238 ◦ green 210 ◦ blue 99

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

Shades of Golden Sand #EED263

Tints of Golden Sand #EED263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.1%

R = 43.51%
G = 38.39%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EED263 (or 0xEED263) is known color: Golden Sand. HEX triplet: EE, D2 and 63. RGB value is (238,210,99). Sum of RGB (Red+Green+Blue) = 238+210+99=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 210 (82.42% from 255 or 38.39% from 547); Blue value is 99 (39.06% from 255 or 18.10% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EED263 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED263 is #112D9C. Grayscale: #CECECE. Windows color (decimal): -1125789 or 6542062. OLE color: 6542062.

HSL color Cylindrical-coordinate representation of color #EED263: hue angle of 47.91º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EED263 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 210 99 -
CMYK 0 0.12 0.58 0.07
HSL 47.91º 0.8% 0.66% -
HSV(B) 47.91º 0.58% 0.93% -
XYZ 60.56 65.17 21.19 -
YUV 205.72 67.78 151.03 -
System Red Green Blue C M Y K H S L
Decimal 238 210 99 0 0.12 0.58 0.07 47.91 0.8 0.66
Hex EE D2 63 0 C 3A 7 30 50 42
Octal 356 322 143 0 14 72 7 60 120 102
Binary 11101110 11010010 1100011 0 1100 111010 111 110000 1010000 1000010

Color Harmonies of #EED263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED263

Black with #EED263

Text Example


Text Example

White with #EED263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED263; }

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

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

background-color css

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

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

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

border-color css

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

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

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