Html Css Color HEX #E4BA10 Sunflower

📋 copy color: '#E4BA10'

red 228 ◦ green 186 ◦ blue 16

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

Shades of Sunflower #E4BA10

Tints of Sunflower #E4BA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.72%

R = 53.02%
G = 43.26%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E4BA10 (or 0xE4BA10) is known color: Sunflower. HEX triplet: E4, BA and 10. RGB value is (228,186,16). Sum of RGB (Red+Green+Blue) = 228+186+16=430 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.02% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 16 (6.64% from 255 or 3.72% from 430); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4BA10 is #1B45EF. Grayscale: #B3B3B3. Windows color (decimal): -1787376 or 1096420. OLE color: 1096420.

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

Color convert

RGB 228 186 16 -
CMYK 0 0.18 0.93 0.11
HSL 48.11º 0.87% 0.48% -
HSV(B) 48.11º 0.93% 0.89% -
XYZ 49.65 51.65 7.84 -
YUV 179.18 35.91 162.82 -
System Red Green Blue C M Y K H S L
Decimal 228 186 16 0 0.18 0.93 0.11 48.11 0.87 0.48
Hex E4 BA 10 0 12 5D B 30 57 30
Octal 344 272 20 0 22 135 13 60 127 60
Binary 11100100 10111010 10000 0 10010 1011101 1011 110000 1010111 110000

Color Harmonies of #E4BA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4BA10

Black with #E4BA10

Text Example


Text Example

White with #E4BA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4BA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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