Html Css Color HEX #EED313 Broom

📋 copy color: '#EED313'

red 238 ◦ green 211 ◦ blue 19

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

Shades of Broom #EED313

Tints of Broom #EED313

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.09%

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

R = 50.85%
G = 45.09%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EED313 (or 0xEED313) is known color: Broom. HEX triplet: EE, D3 and 13. RGB value is (238,211,19). Sum of RGB (Red+Green+Blue) = 238+211+19=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 19 (7.81% from 255 or 4.06% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EED313 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED313 is #112CEC. Grayscale: #C5C5C5. Windows color (decimal): -1125613 or 1299438. OLE color: 1299438.

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

Color convert

RGB 238 211 19 -
CMYK 0 0.11 0.92 0.07
HSL 52.6º 0.87% 0.5% -
HSV(B) 52.6º 0.92% 0.93% -
XYZ 58.67 64.81 10.03 -
YUV 197.19 27.45 157.11 -
System Red Green Blue C M Y K H S L
Decimal 238 211 19 0 0.11 0.92 0.07 52.6 0.87 0.5
Hex EE D3 13 0 B 5C 7 35 57 32
Octal 356 323 23 0 13 134 7 65 127 62
Binary 11101110 11010011 10011 0 1011 1011100 111 110101 1010111 110010

Color Harmonies of #EED313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED313

Black with #EED313

Text Example


Text Example

White with #EED313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED313; }

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

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

background-color css

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

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

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

border-color css

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

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

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