Html Css Color HEX #E2B40F Sunflower

📋 copy color: '#E2B40F'

red 226 ◦ green 180 ◦ blue 15

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

Shades of Sunflower #E2B40F

Tints of Sunflower #E2B40F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.76%

 BLUE value IS 15 (6.25% from 255) = 3.56%

R = 53.68%
G = 42.76%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E2B40F (or 0xE2B40F) is known color: Sunflower. HEX triplet: E2, B4 and 0F. RGB value is (226,180,15). Sum of RGB (Red+Green+Blue) = 226+180+15=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 15 (6.25% from 255 or 3.56% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2B40F is #1D4BF0. Grayscale: #AFAFAF. Windows color (decimal): -1919985 or 1029346. OLE color: 1029346.

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

Color convert

RGB 226 180 15 -
CMYK 0 0.20 0.93 0.11
HSL 46.92º 0.88% 0.47% -
HSV(B) 46.92º 0.93% 0.89% -
XYZ 47.77 48.85 7.36 -
YUV 174.94 37.74 164.42 -
System Red Green Blue C M Y K H S L
Decimal 226 180 15 0 0.20 0.93 0.11 46.92 0.88 0.47
Hex E2 B4 F 0 14 5D B 2F 58 2F
Octal 342 264 17 0 24 135 13 57 130 57
Binary 11100010 10110100 1111 0 10100 1011101 1011 101111 1011000 101111

Color Harmonies of #E2B40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B40F

Black with #E2B40F

Text Example


Text Example

White with #E2B40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B40F; }

 p { color: rgb(226,180,15); }

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

background-color css

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

 a { background-color: rgb(226,180,15); }

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

border-color css

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

 span { border-color: rgb(226,180,15); }

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