Html Css Color HEX #EED21F Broom

📋 copy color: '#EED21F'

red 238 ◦ green 210 ◦ blue 31

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

Shades of Broom #EED21F

Tints of Broom #EED21F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.47%

R = 49.69%
G = 43.84%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EED21F (or 0xEED21F) is known color: Broom. HEX triplet: EE, D2 and 1F. RGB value is (238,210,31). Sum of RGB (Red+Green+Blue) = 238+210+31=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 31 (12.5% from 255 or 6.47% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EED21F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED21F is #112DE0. Grayscale: #C6C6C6. Windows color (decimal): -1125857 or 2085614. OLE color: 2085614.

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

Color convert

RGB 238 210 31 -
CMYK 0 0.12 0.87 0.07
HSL 51.88º 0.86% 0.53% -
HSV(B) 51.88º 0.87% 0.93% -
XYZ 58.55 64.37 10.63 -
YUV 197.97 33.78 156.55 -
System Red Green Blue C M Y K H S L
Decimal 238 210 31 0 0.12 0.87 0.07 51.88 0.86 0.53
Hex EE D2 1F 0 C 57 7 34 56 35
Octal 356 322 37 0 14 127 7 64 126 65
Binary 11101110 11010010 11111 0 1100 1010111 111 110100 1010110 110101

Color Harmonies of #EED21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED21F

Black with #EED21F

Text Example


Text Example

White with #EED21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED21F; }

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

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

background-color css

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

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

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

border-color css

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

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

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