Html Css Color HEX #E2C00C Sunflower

📋 copy color: '#E2C00C'

red 226 ◦ green 192 ◦ blue 12

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

Shades of Sunflower #E2C00C

Tints of Sunflower #E2C00C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.65%

 BLUE value IS 12 (5.08% from 255) = 2.79%

R = 52.56%
G = 44.65%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E2C00C (or 0xE2C00C) is known color: Sunflower. HEX triplet: E2, C0 and 0C. RGB value is (226,192,12). Sum of RGB (Red+Green+Blue) = 226+192+12=430 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.56% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 12 (5.08% from 255 or 2.79% from 430); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2C00C is #1D3FF3. Grayscale: #B6B6B6. Windows color (decimal): -1916916 or 835810. OLE color: 835810.

HSL color Cylindrical-coordinate representation of color #E2C00C: hue angle of 50.47º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2C00C is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 192 12 -
CMYK 0 0.15 0.95 0.11
HSL 50.47º 0.9% 0.47% -
HSV(B) 50.47º 0.95% 0.89% -
XYZ 50.28 53.89 8.1 -
YUV 181.65 32.26 159.64 -
System Red Green Blue C M Y K H S L
Decimal 226 192 12 0 0.15 0.95 0.11 50.47 0.9 0.47
Hex E2 C0 C 0 F 5F B 32 5A 2F
Octal 342 300 14 0 17 137 13 62 132 57
Binary 11100010 11000000 1100 0 1111 1011111 1011 110010 1011010 101111

Color Harmonies of #E2C00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C00C

Black with #E2C00C

Text Example


Text Example

White with #E2C00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C00C; }

 p { color: rgb(226,192,12); }

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

background-color css

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

 a { background-color: rgb(226,192,12); }

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

border-color css

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

 span { border-color: rgb(226,192,12); }

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