Html Css Color HEX #E2C124 Sunflower

📋 copy color: '#E2C124'

red 226 ◦ green 193 ◦ blue 36

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

Shades of Sunflower #E2C124

Tints of Sunflower #E2C124

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.42%

 BLUE value IS 36 (14.45% from 255) = 7.91%

R = 49.67%
G = 42.42%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#E2C124 (or 0xE2C124) is known color: Sunflower. HEX triplet: E2, C1 and 24. RGB value is (226,193,36). Sum of RGB (Red+Green+Blue) = 226+193+36=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 36 (14.45% from 255 or 7.91% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C124 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C124 is #1D3EDB. Grayscale: #B9B9B9. Windows color (decimal): -1916636 or 2408930. OLE color: 2408930.

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

Color convert

RGB 226 193 36 -
CMYK 0 0.15 0.84 0.11
HSL 49.58º 0.77% 0.51% -
HSV(B) 49.58º 0.84% 0.89% -
XYZ 50.75 54.44 9.5 -
YUV 184.97 43.93 157.27 -
System Red Green Blue C M Y K H S L
Decimal 226 193 36 0 0.15 0.84 0.11 49.58 0.77 0.51
Hex E2 C1 24 0 F 54 B 32 4D 33
Octal 342 301 44 0 17 124 13 62 115 63
Binary 11100010 11000001 100100 0 1111 1010100 1011 110010 1001101 110011

Color Harmonies of #E2C124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C124

Black with #E2C124

Text Example


Text Example

White with #E2C124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C124; }

 p { color: rgb(226,193,36); }

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

background-color css

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

 a { background-color: rgb(226,193,36); }

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

border-color css

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

 span { border-color: rgb(226,193,36); }

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