Html Css Color HEX #E5CD1A Broom

📋 copy color: '#E5CD1A'

red 229 ◦ green 205 ◦ blue 26

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

Shades of Broom #E5CD1A

Tints of Broom #E5CD1A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.57%

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

R = 49.78%
G = 44.57%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E5CD1A (or 0xE5CD1A) is known color: Broom. HEX triplet: E5, CD and 1A. RGB value is (229,205,26). Sum of RGB (Red+Green+Blue) = 229+205+26=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 26 (10.55% from 255 or 5.65% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CD1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CD1A is #1A32E5. Grayscale: #C0C0C0. Windows color (decimal): -1716966 or 1756645. OLE color: 1756645.

HSL color Cylindrical-coordinate representation of color #E5CD1A: hue angle of 52.91º 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 #E5CD1A is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 205 26 -
CMYK 0 0.10 0.89 0.10
HSL 52.91º 0.8% 0.5% -
HSV(B) 52.91º 0.89% 0.9% -
XYZ 54.33 60.4 9.77 -
YUV 191.77 34.45 154.55 -
System Red Green Blue C M Y K H S L
Decimal 229 205 26 0 0.10 0.89 0.10 52.91 0.8 0.5
Hex E5 CD 1A 0 A 59 A 35 50 32
Octal 345 315 32 0 12 131 12 65 120 62
Binary 11100101 11001101 11010 0 1010 1011001 1010 110101 1010000 110010

Color Harmonies of #E5CD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CD1A

Black with #E5CD1A

Text Example


Text Example

White with #E5CD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CD1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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