Html Css Color HEX #E2CB1E Broom

📋 copy color: '#E2CB1E'

red 226 ◦ green 203 ◦ blue 30

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

Shades of Broom #E2CB1E

Tints of Broom #E2CB1E

RGB

 RED value IS 226 (88.67% from 255) = 49.24%

 GREEN value IS 203 (79.69% from 255) = 44.23%

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

R = 49.24%
G = 44.23%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.11

RGB Variations

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

Color information

#E2CB1E (or 0xE2CB1E) is known color: Broom. HEX triplet: E2, CB and 1E. RGB value is (226,203,30). Sum of RGB (Red+Green+Blue) = 226+203+30=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 30 (12.11% from 255 or 6.54% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CB1E is #1D34E1. Grayscale: #BEBEBE. Windows color (decimal): -1914082 or 2018274. OLE color: 2018274.

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

Color convert

RGB 226 203 30 -
CMYK 0 0.10 0.87 0.11
HSL 52.96º 0.77% 0.5% -
HSV(B) 52.96º 0.87% 0.89% -
XYZ 52.95 58.97 9.82 -
YUV 190.16 37.62 153.57 -
System Red Green Blue C M Y K H S L
Decimal 226 203 30 0 0.10 0.87 0.11 52.96 0.77 0.5
Hex E2 CB 1E 0 A 57 B 35 4D 32
Octal 342 313 36 0 12 127 13 65 115 62
Binary 11100010 11001011 11110 0 1010 1010111 1011 110101 1001101 110010

Color Harmonies of #E2CB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CB1E

Black with #E2CB1E

Text Example


Text Example

White with #E2CB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CB1E; }

 p { color: rgb(226,203,30); }

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

background-color css

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

 a { background-color: rgb(226,203,30); }

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

border-color css

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

 span { border-color: rgb(226,203,30); }

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