Html Css Color HEX #E2D422 Broom

📋 copy color: '#E2D422'

red 226 ◦ green 212 ◦ blue 34

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

Shades of Broom #E2D422

Tints of Broom #E2D422

RGB

 RED value IS 226 (88.67% from 255) = 47.88%

 GREEN value IS 212 (83.2% from 255) = 44.92%

 BLUE value IS 34 (13.67% from 255) = 7.2%

R = 47.88%
G = 44.92%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#E2D422 (or 0xE2D422) is known color: Broom. HEX triplet: E2, D4 and 22. RGB value is (226,212,34). Sum of RGB (Red+Green+Blue) = 226+212+34=472 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.88% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 34 (13.67% from 255 or 7.20% from 472); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D422 is #1D2BDD. Grayscale: #C4C4C4. Windows color (decimal): -1911774 or 2282722. OLE color: 2282722.

HSL color Cylindrical-coordinate representation of color #E2D422: hue angle of 55.62º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E2D422 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 212 34 -
CMYK 0 0.06 0.85 0.11
HSL 55.63º 0.77% 0.51% -
HSV(B) 55.63º 0.85% 0.89% -
XYZ 55.2 63.37 10.84 -
YUV 195.89 36.64 149.47 -
System Red Green Blue C M Y K H S L
Decimal 226 212 34 0 0.06 0.85 0.11 55.63 0.77 0.51
Hex E2 D4 22 0 6 55 B 38 4D 33
Octal 342 324 42 0 6 125 13 70 115 63
Binary 11100010 11010100 100010 0 110 1010101 1011 111000 1001101 110011

Color Harmonies of #E2D422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D422

Black with #E2D422

Text Example


Text Example

White with #E2D422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D422; }

 p { color: rgb(226,212,34); }

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

background-color css

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

 a { background-color: rgb(226,212,34); }

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

border-color css

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

 span { border-color: rgb(226,212,34); }

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