Html Css Color HEX #EED563 Golden Sand

📋 copy color: '#EED563'

red 238 ◦ green 213 ◦ blue 99

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

Shades of Golden Sand #EED563

Tints of Golden Sand #EED563

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.73%

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

R = 43.27%
G = 38.73%
B = 18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EED563 (or 0xEED563) is known color: Golden Sand. HEX triplet: EE, D5 and 63. RGB value is (238,213,99). Sum of RGB (Red+Green+Blue) = 238+213+99=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 99 (39.06% from 255 or 18% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EED563 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED563 is #112A9C. Grayscale: #CFCFCF. Windows color (decimal): -1125021 or 6542830. OLE color: 6542830.

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

Color convert

RGB 238 213 99 -
CMYK 0 0.11 0.58 0.07
HSL 49.21º 0.8% 0.66% -
HSV(B) 49.21º 0.58% 0.93% -
XYZ 61.31 66.67 21.44 -
YUV 207.48 66.78 149.77 -
System Red Green Blue C M Y K H S L
Decimal 238 213 99 0 0.11 0.58 0.07 49.21 0.8 0.66
Hex EE D5 63 0 B 3A 7 31 50 42
Octal 356 325 143 0 13 72 7 61 120 102
Binary 11101110 11010101 1100011 0 1011 111010 111 110001 1010000 1000010

Color Harmonies of #EED563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED563

Black with #EED563

Text Example


Text Example

White with #EED563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED563; }

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

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

background-color css

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

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

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

border-color css

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

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

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