Html Css Color HEX #E2BA19 Sunflower

📋 copy color: '#E2BA19'

red 226 ◦ green 186 ◦ blue 25

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

Shades of Sunflower #E2BA19

Tints of Sunflower #E2BA19

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.56%

 BLUE value IS 25 (10.16% from 255) = 5.72%

R = 51.72%
G = 42.56%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E2BA19 (or 0xE2BA19) is known color: Sunflower. HEX triplet: E2, BA and 19. RGB value is (226,186,25). Sum of RGB (Red+Green+Blue) = 226+186+25=437 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.72% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 25 (10.16% from 255 or 5.72% from 437); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2BA19 is #1D45E6. Grayscale: #B4B4B4. Windows color (decimal): -1918439 or 1686242. OLE color: 1686242.

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

Color convert

RGB 226 186 25 -
CMYK 0 0.18 0.89 0.11
HSL 48.06º 0.8% 0.49% -
HSV(B) 48.06º 0.89% 0.89% -
XYZ 49.1 51.36 8.24 -
YUV 179.61 40.75 161.09 -
System Red Green Blue C M Y K H S L
Decimal 226 186 25 0 0.18 0.89 0.11 48.06 0.8 0.49
Hex E2 BA 19 0 12 59 B 30 50 31
Octal 342 272 31 0 22 131 13 60 120 61
Binary 11100010 10111010 11001 0 10010 1011001 1011 110000 1010000 110001

Color Harmonies of #E2BA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BA19

Black with #E2BA19

Text Example


Text Example

White with #E2BA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BA19; }

 p { color: rgb(226,186,25); }

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

background-color css

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

 a { background-color: rgb(226,186,25); }

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

border-color css

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

 span { border-color: rgb(226,186,25); }

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