Html Css Color HEX #E2DB1A Broom

📋 copy color: '#E2DB1A'

red 226 ◦ green 219 ◦ blue 26

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

Shades of Broom #E2DB1A

Tints of Broom #E2DB1A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.5%

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

R = 47.98%
G = 46.5%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E2DB1A (or 0xE2DB1A) is known color: Broom. HEX triplet: E2, DB and 1A. RGB value is (226,219,26). Sum of RGB (Red+Green+Blue) = 226+219+26=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 26 (10.55% from 255 or 5.52% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DB1A is #1D24E5. Grayscale: #C7C7C7. Windows color (decimal): -1909990 or 1760226. OLE color: 1760226.

HSL color Cylindrical-coordinate representation of color #E2DB1A: hue angle of 57.9º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2DB1A is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 219 26 -
CMYK 0 0.03 0.88 0.11
HSL 57.9º 0.79% 0.49% -
HSV(B) 57.9º 0.88% 0.89% -
XYZ 56.88 66.91 10.89 -
YUV 199.09 30.32 147.19 -
System Red Green Blue C M Y K H S L
Decimal 226 219 26 0 0.03 0.88 0.11 57.9 0.79 0.49
Hex E2 DB 1A 0 3 58 B 3A 4F 31
Octal 342 333 32 0 3 130 13 72 117 61
Binary 11100010 11011011 11010 0 11 1011000 1011 111010 1001111 110001

Color Harmonies of #E2DB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DB1A

Black with #E2DB1A

Text Example


Text Example

White with #E2DB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DB1A; }

 p { color: rgb(226,219,26); }

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

background-color css

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

 a { background-color: rgb(226,219,26); }

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

border-color css

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

 span { border-color: rgb(226,219,26); }

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