Html Css Color HEX #E1CD1E Broom

📋 copy color: '#E1CD1E'

red 225 ◦ green 205 ◦ blue 30

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

Shades of Broom #E1CD1E

Tints of Broom #E1CD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.52%

R = 48.91%
G = 44.57%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E1CD1E (or 0xE1CD1E) is known color: Broom. HEX triplet: E1, CD and 1E. RGB value is (225,205,30). Sum of RGB (Red+Green+Blue) = 225+205+30=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 30 (12.11% from 255 or 6.52% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CD1E is #1E32E1. Grayscale: #BFBFBF. Windows color (decimal): -1979106 or 2018785. OLE color: 2018785.

HSL color Cylindrical-coordinate representation of color #E1CD1E: hue angle of 53.85º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E1CD1E is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 205 30 -
CMYK 0 0.09 0.87 0.12
HSL 53.85º 0.76% 0.5% -
HSV(B) 53.85º 0.87% 0.88% -
XYZ 53.12 59.76 9.96 -
YUV 191.03 37.13 152.23 -
System Red Green Blue C M Y K H S L
Decimal 225 205 30 0 0.09 0.87 0.12 53.85 0.76 0.5
Hex E1 CD 1E 0 9 57 C 36 4C 32
Octal 341 315 36 0 11 127 14 66 114 62
Binary 11100001 11001101 11110 0 1001 1010111 1100 110110 1001100 110010

Color Harmonies of #E1CD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CD1E

Black with #E1CD1E

Text Example


Text Example

White with #E1CD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CD1E; }

 p { color: rgb(225,205,30); }

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

background-color css

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

 a { background-color: rgb(225,205,30); }

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

border-color css

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

 span { border-color: rgb(225,205,30); }

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