Html Css Color HEX #E5DC1A Broom

📋 copy color: '#E5DC1A'

red 229 ◦ green 220 ◦ blue 26

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

Shades of Broom #E5DC1A

Tints of Broom #E5DC1A

RGB

 RED value IS 229 (89.84% from 255) = 48.21%

 GREEN value IS 220 (86.33% from 255) = 46.32%

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

R = 48.21%
G = 46.32%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E5DC1A (or 0xE5DC1A) is known color: Broom. HEX triplet: E5, DC and 1A. RGB value is (229,220,26). Sum of RGB (Red+Green+Blue) = 229+220+26=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 26 (10.55% from 255 or 5.47% from 475); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DC1A is #1A23E5. Grayscale: #C9C9C9. Windows color (decimal): -1713126 or 1760485. OLE color: 1760485.

HSL color Cylindrical-coordinate representation of color #E5DC1A: hue angle of 57.34º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E5DC1A is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 220 26 -
CMYK 0 0.04 0.89 0.10
HSL 57.34º 0.8% 0.5% -
HSV(B) 57.34º 0.89% 0.9% -
XYZ 58.09 67.92 11.03 -
YUV 200.58 29.48 148.27 -
System Red Green Blue C M Y K H S L
Decimal 229 220 26 0 0.04 0.89 0.10 57.34 0.8 0.5
Hex E5 DC 1A 0 4 59 A 39 50 32
Octal 345 334 32 0 4 131 12 71 120 62
Binary 11100101 11011100 11010 0 100 1011001 1010 111001 1010000 110010

Color Harmonies of #E5DC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DC1A

Black with #E5DC1A

Text Example


Text Example

White with #E5DC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DC1A; }

 p { color: rgb(229,220,26); }

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

background-color css

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

 a { background-color: rgb(229,220,26); }

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

border-color css

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

 span { border-color: rgb(229,220,26); }

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