Html Css Color HEX #E1C72A Broom

📋 copy color: '#E1C72A'

red 225 ◦ green 199 ◦ blue 42

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

Shades of Broom #E1C72A

Tints of Broom #E1C72A

RGB

 RED value IS 225 (88.28% from 255) = 48.28%

 GREEN value IS 199 (78.13% from 255) = 42.7%

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

R = 48.28%
G = 42.7%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E1C72A (or 0xE1C72A) is known color: Broom. HEX triplet: E1, C7 and 2A. RGB value is (225,199,42). Sum of RGB (Red+Green+Blue) = 225+199+42=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 42 (16.80% from 255 or 9.01% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C72A is #1E38D5. Grayscale: #BDBDBD. Windows color (decimal): -1980630 or 2803681. OLE color: 2803681.

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

Color convert

RGB 225 199 42 -
CMYK 0 0.12 0.81 0.12
HSL 51.48º 0.75% 0.52% -
HSV(B) 51.48º 0.81% 0.88% -
XYZ 51.89 57.02 10.46 -
YUV 188.88 45.11 153.77 -
System Red Green Blue C M Y K H S L
Decimal 225 199 42 0 0.12 0.81 0.12 51.48 0.75 0.52
Hex E1 C7 2A 0 C 51 C 33 4B 34
Octal 341 307 52 0 14 121 14 63 113 64
Binary 11100001 11000111 101010 0 1100 1010001 1100 110011 1001011 110100

Color Harmonies of #E1C72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C72A

Black with #E1C72A

Text Example


Text Example

White with #E1C72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C72A; }

 p { color: rgb(225,199,42); }

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

background-color css

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

 a { background-color: rgb(225,199,42); }

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

border-color css

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

 span { border-color: rgb(225,199,42); }

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