Html Css Color HEX #E0D12A Broom

📋 copy color: '#E0D12A'

red 224 ◦ green 209 ◦ blue 42

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

Shades of Broom #E0D12A

Tints of Broom #E0D12A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44%

 BLUE value IS 42 (16.8% from 255) = 8.84%

R = 47.16%
G = 44%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0D12A (or 0xE0D12A) is known color: Broom. HEX triplet: E0, D1 and 2A. RGB value is (224,209,42). Sum of RGB (Red+Green+Blue) = 224+209+42=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 42 (16.80% from 255 or 8.84% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D12A is #1F2ED5. Grayscale: #C3C3C3. Windows color (decimal): -2043606 or 2806240. OLE color: 2806240.

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

Color convert

RGB 224 209 42 -
CMYK 0 0.07 0.81 0.12
HSL 55.05º 0.75% 0.52% -
HSV(B) 55.05º 0.81% 0.88% -
XYZ 53.96 61.62 11.24 -
YUV 194.45 41.97 149.08 -
System Red Green Blue C M Y K H S L
Decimal 224 209 42 0 0.07 0.81 0.12 55.05 0.75 0.52
Hex E0 D1 2A 0 7 51 C 37 4B 34
Octal 340 321 52 0 7 121 14 67 113 64
Binary 11100000 11010001 101010 0 111 1010001 1100 110111 1001011 110100

Color Harmonies of #E0D12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D12A

Black with #E0D12A

Text Example


Text Example

White with #E0D12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D12A; }

 p { color: rgb(224,209,42); }

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

background-color css

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

 a { background-color: rgb(224,209,42); }

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

border-color css

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

 span { border-color: rgb(224,209,42); }

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