Html Css Color HEX #E2CA2D Broom

📋 copy color: '#E2CA2D'

red 226 ◦ green 202 ◦ blue 45

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

Shades of Broom #E2CA2D

Tints of Broom #E2CA2D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.71%

 BLUE value IS 45 (17.97% from 255) = 9.51%

R = 47.78%
G = 42.71%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E2CA2D (or 0xE2CA2D) is known color: Broom. HEX triplet: E2, CA and 2D. RGB value is (226,202,45). Sum of RGB (Red+Green+Blue) = 226+202+45=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 45 (17.97% from 255 or 9.51% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CA2D is #1D35D2. Grayscale: #BFBFBF. Windows color (decimal): -1914323 or 3001058. OLE color: 3001058.

HSL color Cylindrical-coordinate representation of color #E2CA2D: hue angle of 52.04º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2CA2D is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 202 45 -
CMYK 0 0.11 0.80 0.11
HSL 52.04º 0.76% 0.53% -
HSV(B) 52.04º 0.8% 0.89% -
XYZ 52.96 58.6 11 -
YUV 191.28 45.45 152.77 -
System Red Green Blue C M Y K H S L
Decimal 226 202 45 0 0.11 0.80 0.11 52.04 0.76 0.53
Hex E2 CA 2D 0 B 50 B 34 4C 35
Octal 342 312 55 0 13 120 13 64 114 65
Binary 11100010 11001010 101101 0 1011 1010000 1011 110100 1001100 110101

Color Harmonies of #E2CA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CA2D

Black with #E2CA2D

Text Example


Text Example

White with #E2CA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CA2D; }

 p { color: rgb(226,202,45); }

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

background-color css

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

 a { background-color: rgb(226,202,45); }

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

border-color css

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

 span { border-color: rgb(226,202,45); }

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