Html Css Color HEX #E3BA10 Sunflower

📋 copy color: '#E3BA10'

red 227 ◦ green 186 ◦ blue 16

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

Shades of Sunflower #E3BA10

Tints of Sunflower #E3BA10

RGB

 RED value IS 227 (89.06% from 255) = 52.91%

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

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

R = 52.91%
G = 43.36%
B = 3.73%

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

#E3BA10 (or 0xE3BA10) is known color: Sunflower. HEX triplet: E3, BA and 10. RGB value is (227,186,16). Sum of RGB (Red+Green+Blue) = 227+186+16=429 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.91% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 16 (6.64% from 255 or 3.73% from 429); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3BA10 is #1C45EF. Grayscale: #B3B3B3. Windows color (decimal): -1852912 or 1096419. OLE color: 1096419.

HSL color Cylindrical-coordinate representation of color #E3BA10: hue angle of 48.34º 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 #E3BA10 is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 186 16 -
CMYK 0 0.18 0.93 0.11
HSL 48.34º 0.87% 0.48% -
HSV(B) 48.34º 0.93% 0.89% -
XYZ 49.33 51.49 7.83 -
YUV 178.88 36.08 162.32 -
System Red Green Blue C M Y K H S L
Decimal 227 186 16 0 0.18 0.93 0.11 48.34 0.87 0.48
Hex E3 BA 10 0 12 5D B 30 57 30
Octal 343 272 20 0 22 135 13 60 127 60
Binary 11100011 10111010 10000 0 10010 1011101 1011 110000 1010111 110000

Color Harmonies of #E3BA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3BA10

Black with #E3BA10

Text Example


Text Example

White with #E3BA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3BA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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