Html Css Color HEX #E1CE2A Broom

📋 copy color: '#E1CE2A'

red 225 ◦ green 206 ◦ blue 42

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

Shades of Broom #E1CE2A

Tints of Broom #E1CE2A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.55%

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

R = 47.57%
G = 43.55%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E1CE2A (or 0xE1CE2A) is known color: Broom. HEX triplet: E1, CE and 2A. RGB value is (225,206,42). Sum of RGB (Red+Green+Blue) = 225+206+42=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 42 (16.80% from 255 or 8.88% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CE2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CE2A is #1E31D5. Grayscale: #C1C1C1. Windows color (decimal): -1978838 or 2805473. OLE color: 2805473.

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

Color convert

RGB 225 206 42 -
CMYK 0 0.08 0.81 0.12
HSL 53.77º 0.75% 0.52% -
HSV(B) 53.77º 0.81% 0.88% -
XYZ 53.54 60.32 11.01 -
YUV 192.99 42.79 150.84 -
System Red Green Blue C M Y K H S L
Decimal 225 206 42 0 0.08 0.81 0.12 53.77 0.75 0.52
Hex E1 CE 2A 0 8 51 C 36 4B 34
Octal 341 316 52 0 10 121 14 66 113 64
Binary 11100001 11001110 101010 0 1000 1010001 1100 110110 1001011 110100

Color Harmonies of #E1CE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CE2A

Black with #E1CE2A

Text Example


Text Example

White with #E1CE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CE2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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