Html Css Color HEX #E0D228 Broom

📋 copy color: '#E0D228'

red 224 ◦ green 210 ◦ blue 40

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

Shades of Broom #E0D228

Tints of Broom #E0D228

RGB

 RED value IS 224 (87.89% from 255) = 47.26%

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

 BLUE value IS 40 (16.02% from 255) = 8.44%

R = 47.26%
G = 44.3%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E0D228 (or 0xE0D228) is known color: Broom. HEX triplet: E0, D2 and 28. RGB value is (224,210,40). Sum of RGB (Red+Green+Blue) = 224+210+40=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 40 (16.02% from 255 or 8.44% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D228 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D228 is #1F2DD7. Grayscale: #C3C3C3. Windows color (decimal): -2043352 or 2675424. OLE color: 2675424.

HSL color Cylindrical-coordinate representation of color #E0D228: hue angle of 55.43º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E0D228 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 210 40 -
CMYK 0 0.06 0.82 0.12
HSL 55.43º 0.75% 0.52% -
HSV(B) 55.43º 0.82% 0.88% -
XYZ 54.17 62.09 11.14 -
YUV 194.81 40.64 148.82 -
System Red Green Blue C M Y K H S L
Decimal 224 210 40 0 0.06 0.82 0.12 55.43 0.75 0.52
Hex E0 D2 28 0 6 52 C 37 4B 34
Octal 340 322 50 0 6 122 14 67 113 64
Binary 11100000 11010010 101000 0 110 1010010 1100 110111 1001011 110100

Color Harmonies of #E0D228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D228

Black with #E0D228

Text Example


Text Example

White with #E0D228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D228; }

 p { color: rgb(224,210,40); }

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

background-color css

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

 a { background-color: rgb(224,210,40); }

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

border-color css

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

 span { border-color: rgb(224,210,40); }

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