Html Css Color HEX #E4BA1A Sunflower

📋 copy color: '#E4BA1A'

red 228 ◦ green 186 ◦ blue 26

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

Shades of Sunflower #E4BA1A

Tints of Sunflower #E4BA1A

RGB

 RED value IS 228 (89.45% from 255) = 51.82%

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

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

R = 51.82%
G = 42.27%
B = 5.91%

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

#E4BA1A (or 0xE4BA1A) is known color: Sunflower. HEX triplet: E4, BA and 1A. RGB value is (228,186,26). Sum of RGB (Red+Green+Blue) = 228+186+26=440 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.82% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 26 (10.55% from 255 or 5.91% from 440); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4BA1A is #1B45E5. Grayscale: #B5B5B5. Windows color (decimal): -1787366 or 1751780. OLE color: 1751780.

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

Color convert

RGB 228 186 26 -
CMYK 0 0.18 0.89 0.11
HSL 47.52º 0.8% 0.5% -
HSV(B) 47.52º 0.89% 0.89% -
XYZ 49.74 51.69 8.33 -
YUV 180.32 40.91 162.01 -
System Red Green Blue C M Y K H S L
Decimal 228 186 26 0 0.18 0.89 0.11 47.52 0.8 0.5
Hex E4 BA 1A 0 12 59 B 30 50 32
Octal 344 272 32 0 22 131 13 60 120 62
Binary 11100100 10111010 11010 0 10010 1011001 1011 110000 1010000 110010

Color Harmonies of #E4BA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4BA1A

Black with #E4BA1A

Text Example


Text Example

White with #E4BA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4BA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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