Html Css Color HEX #E2CC1D Broom

📋 copy color: '#E2CC1D'

red 226 ◦ green 204 ◦ blue 29

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

Shades of Broom #E2CC1D

Tints of Broom #E2CC1D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.44%

 BLUE value IS 29 (11.72% from 255) = 6.32%

R = 49.24%
G = 44.44%
B = 6.32%

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

#E2CC1D (or 0xE2CC1D) is known color: Broom. HEX triplet: E2, CC and 1D. RGB value is (226,204,29). Sum of RGB (Red+Green+Blue) = 226+204+29=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 29 (11.72% from 255 or 6.32% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CC1D is #1D33E2. Grayscale: #BFBFBF. Windows color (decimal): -1913827 or 1952994. OLE color: 1952994.

HSL color Cylindrical-coordinate representation of color #E2CC1D: hue angle of 53.3º 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 #E2CC1D is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 204 29 -
CMYK 0 0.10 0.87 0.11
HSL 53.3º 0.77% 0.5% -
HSV(B) 53.3º 0.87% 0.89% -
XYZ 53.18 59.44 9.83 -
YUV 190.63 36.79 153.23 -
System Red Green Blue C M Y K H S L
Decimal 226 204 29 0 0.10 0.87 0.11 53.3 0.77 0.5
Hex E2 CC 1D 0 A 57 B 35 4D 32
Octal 342 314 35 0 12 127 13 65 115 62
Binary 11100010 11001100 11101 0 1010 1010111 1011 110101 1001101 110010

Color Harmonies of #E2CC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CC1D

Black with #E2CC1D

Text Example


Text Example

White with #E2CC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CC1D; }

 p { color: rgb(226,204,29); }

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

background-color css

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

 a { background-color: rgb(226,204,29); }

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

border-color css

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

 span { border-color: rgb(226,204,29); }

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