Html Css Color HEX #E5BA1A Sunflower

📋 copy color: '#E5BA1A'

red 229 ◦ green 186 ◦ blue 26

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

Shades of Sunflower #E5BA1A

Tints of Sunflower #E5BA1A

RGB

 RED value IS 229 (89.84% from 255) = 51.93%

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

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

R = 51.93%
G = 42.18%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E5BA1A (or 0xE5BA1A) is known color: Sunflower. HEX triplet: E5, BA and 1A. RGB value is (229,186,26). Sum of RGB (Red+Green+Blue) = 229+186+26=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 26 (10.55% from 255 or 5.90% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BA1A is #1A45E5. Grayscale: #B5B5B5. Windows color (decimal): -1721830 or 1751781. OLE color: 1751781.

HSL color Cylindrical-coordinate representation of color #E5BA1A: hue angle of 47.29º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E5BA1A is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 186 26 -
CMYK 0 0.19 0.89 0.10
HSL 47.29º 0.8% 0.5% -
HSV(B) 47.29º 0.89% 0.9% -
XYZ 50.06 51.85 8.35 -
YUV 180.62 40.75 162.51 -
System Red Green Blue C M Y K H S L
Decimal 229 186 26 0 0.19 0.89 0.10 47.29 0.8 0.5
Hex E5 BA 1A 0 13 59 A 2F 50 32
Octal 345 272 32 0 23 131 12 57 120 62
Binary 11100101 10111010 11010 0 10011 1011001 1010 101111 1010000 110010

Color Harmonies of #E5BA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BA1A

Black with #E5BA1A

Text Example


Text Example

White with #E5BA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BA1A; }

 p { color: rgb(229,186,26); }

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

background-color css

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

 a { background-color: rgb(229,186,26); }

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

border-color css

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

 span { border-color: rgb(229,186,26); }

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