Html Css Color HEX #EED319 Broom

📋 copy color: '#EED319'

red 238 ◦ green 211 ◦ blue 25

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

Shades of Broom #EED319

Tints of Broom #EED319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.27%

R = 50.21%
G = 44.51%
B = 5.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EED319 (or 0xEED319) is known color: Broom. HEX triplet: EE, D3 and 19. RGB value is (238,211,25). Sum of RGB (Red+Green+Blue) = 238+211+25=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 211 (82.81% from 255 or 44.51% from 474); Blue value is 25 (10.16% from 255 or 5.27% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EED319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED319 is #112CE6. Grayscale: #C6C6C6. Windows color (decimal): -1125607 or 1692654. OLE color: 1692654.

HSL color Cylindrical-coordinate representation of color #EED319: hue angle of 52.39º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EED319 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 211 25 -
CMYK 0 0.11 0.89 0.07
HSL 52.39º 0.86% 0.52% -
HSV(B) 52.39º 0.89% 0.93% -
XYZ 58.73 64.84 10.34 -
YUV 197.87 30.45 156.62 -
System Red Green Blue C M Y K H S L
Decimal 238 211 25 0 0.11 0.89 0.07 52.39 0.86 0.52
Hex EE D3 19 0 B 59 7 34 56 34
Octal 356 323 31 0 13 131 7 64 126 64
Binary 11101110 11010011 11001 0 1011 1011001 111 110100 1010110 110100

Color Harmonies of #EED319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED319

Black with #EED319

Text Example


Text Example

White with #EED319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED319; }

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

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

background-color css

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

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

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

border-color css

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

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

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