Html Css Color HEX #EED224 Broom

📋 copy color: '#EED224'

red 238 ◦ green 210 ◦ blue 36

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

Shades of Broom #EED224

Tints of Broom #EED224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.44%

R = 49.17%
G = 43.39%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EED224 (or 0xEED224) is known color: Broom. HEX triplet: EE, D2 and 24. RGB value is (238,210,36). Sum of RGB (Red+Green+Blue) = 238+210+36=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 210 (82.42% from 255 or 43.39% from 484); Blue value is 36 (14.45% from 255 or 7.44% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EED224 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED224 is #112DDB. Grayscale: #C7C7C7. Windows color (decimal): -1125852 or 2413294. OLE color: 2413294.

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

Color convert

RGB 238 210 36 -
CMYK 0 0.12 0.85 0.07
HSL 51.68º 0.86% 0.54% -
HSV(B) 51.68º 0.85% 0.93% -
XYZ 58.62 64.4 11.01 -
YUV 198.54 36.28 156.15 -
System Red Green Blue C M Y K H S L
Decimal 238 210 36 0 0.12 0.85 0.07 51.68 0.86 0.54
Hex EE D2 24 0 C 55 7 34 56 36
Octal 356 322 44 0 14 125 7 64 126 66
Binary 11101110 11010010 100100 0 1100 1010101 111 110100 1010110 110110

Color Harmonies of #EED224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED224

Black with #EED224

Text Example


Text Example

White with #EED224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED224; }

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

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

background-color css

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

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

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

border-color css

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

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

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