Html Css Color HEX #EED21A Broom

📋 copy color: '#EED21A'

red 238 ◦ green 210 ◦ blue 26

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

Shades of Broom #EED21A

Tints of Broom #EED21A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.49%

R = 50.21%
G = 44.3%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EED21A (or 0xEED21A) is known color: Broom. HEX triplet: EE, D2 and 1A. RGB value is (238,210,26). Sum of RGB (Red+Green+Blue) = 238+210+26=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 26 (10.55% from 255 or 5.49% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EED21A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED21A is #112DE5. Grayscale: #C6C6C6. Windows color (decimal): -1125862 or 1757934. OLE color: 1757934.

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

Color convert

RGB 238 210 26 -
CMYK 0 0.12 0.89 0.07
HSL 52.08º 0.86% 0.52% -
HSV(B) 52.08º 0.89% 0.93% -
XYZ 58.49 64.34 10.31 -
YUV 197.4 31.28 156.96 -
System Red Green Blue C M Y K H S L
Decimal 238 210 26 0 0.12 0.89 0.07 52.08 0.86 0.52
Hex EE D2 1A 0 C 59 7 34 56 34
Octal 356 322 32 0 14 131 7 64 126 64
Binary 11101110 11010010 11010 0 1100 1011001 111 110100 1010110 110100

Color Harmonies of #EED21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED21A

Black with #EED21A

Text Example


Text Example

White with #EED21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED21A; }

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

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

background-color css

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

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

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

border-color css

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

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

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