Html Css Color HEX #EED813 Broom

📋 copy color: '#EED813'

red 238 ◦ green 216 ◦ blue 19

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

Shades of Broom #EED813

Tints of Broom #EED813

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.67%

 BLUE value IS 19 (7.81% from 255) = 4.02%

R = 50.32%
G = 45.67%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EED813 (or 0xEED813) is known color: Broom. HEX triplet: EE, D8 and 13. RGB value is (238,216,19). Sum of RGB (Red+Green+Blue) = 238+216+19=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 19 (7.81% from 255 or 4.02% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EED813 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED813 is #1127EC. Grayscale: #C8C8C8. Windows color (decimal): -1124333 or 1300718. OLE color: 1300718.

HSL color Cylindrical-coordinate representation of color #EED813: hue angle of 53.97º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EED813 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 216 19 -
CMYK 0 0.09 0.92 0.07
HSL 53.97º 0.87% 0.5% -
HSV(B) 53.97º 0.92% 0.93% -
XYZ 59.93 67.34 10.45 -
YUV 200.12 25.79 155.02 -
System Red Green Blue C M Y K H S L
Decimal 238 216 19 0 0.09 0.92 0.07 53.97 0.87 0.5
Hex EE D8 13 0 9 5C 7 36 57 32
Octal 356 330 23 0 11 134 7 66 127 62
Binary 11101110 11011000 10011 0 1001 1011100 111 110110 1010111 110010

Color Harmonies of #EED813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED813

Black with #EED813

Text Example


Text Example

White with #EED813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED813; }

 p { color: rgb(238,216,19); }

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

background-color css

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

 a { background-color: rgb(238,216,19); }

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

border-color css

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

 span { border-color: rgb(238,216,19); }

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