Html Css Color HEX #E2C41A Sunflower

📋 copy color: '#E2C41A'

red 226 ◦ green 196 ◦ blue 26

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

Shades of Sunflower #E2C41A

Tints of Sunflower #E2C41A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.75%

 BLUE value IS 26 (10.55% from 255) = 5.8%

R = 50.45%
G = 43.75%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E2C41A (or 0xE2C41A) is known color: Sunflower. HEX triplet: E2, C4 and 1A. RGB value is (226,196,26). Sum of RGB (Red+Green+Blue) = 226+196+26=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 196 (76.95% from 255 or 43.75% from 448); Blue value is 26 (10.55% from 255 or 5.80% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C41A is #1D3BE5. Grayscale: #BABABA. Windows color (decimal): -1915878 or 1754338. OLE color: 1754338.

HSL color Cylindrical-coordinate representation of color #E2C41A: hue angle of 51º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2C41A is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 196 26 -
CMYK 0 0.13 0.88 0.11
HSL 51º 0.79% 0.49% -
HSV(B) 51º 0.88% 0.89% -
XYZ 51.29 55.72 9.03 -
YUV 185.59 37.94 156.82 -
System Red Green Blue C M Y K H S L
Decimal 226 196 26 0 0.13 0.88 0.11 51 0.79 0.49
Hex E2 C4 1A 0 D 58 B 33 4F 31
Octal 342 304 32 0 15 130 13 63 117 61
Binary 11100010 11000100 11010 0 1101 1011000 1011 110011 1001111 110001

Color Harmonies of #E2C41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C41A

Black with #E2C41A

Text Example


Text Example

White with #E2C41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C41A; }

 p { color: rgb(226,196,26); }

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

background-color css

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

 a { background-color: rgb(226,196,26); }

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

border-color css

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

 span { border-color: rgb(226,196,26); }

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