Html Css Color HEX #E3BC10 Sunflower

📋 copy color: '#E3BC10'

red 227 ◦ green 188 ◦ blue 16

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

Shades of Sunflower #E3BC10

Tints of Sunflower #E3BC10

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.62%

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

R = 52.67%
G = 43.62%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E3BC10 (or 0xE3BC10) is known color: Sunflower. HEX triplet: E3, BC and 10. RGB value is (227,188,16). Sum of RGB (Red+Green+Blue) = 227+188+16=431 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.67% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 16 (6.64% from 255 or 3.71% from 431); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3BC10 is #1C43EF. Grayscale: #B4B4B4. Windows color (decimal): -1852400 or 1096931. OLE color: 1096931.

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

Color convert

RGB 227 188 16 -
CMYK 0 0.17 0.93 0.11
HSL 48.91º 0.87% 0.48% -
HSV(B) 48.91º 0.93% 0.89% -
XYZ 49.76 52.33 7.97 -
YUV 180.05 35.42 161.49 -
System Red Green Blue C M Y K H S L
Decimal 227 188 16 0 0.17 0.93 0.11 48.91 0.87 0.48
Hex E3 BC 10 0 11 5D B 31 57 30
Octal 343 274 20 0 21 135 13 61 127 60
Binary 11100011 10111100 10000 0 10001 1011101 1011 110001 1010111 110000

Color Harmonies of #E3BC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3BC10

Black with #E3BC10

Text Example


Text Example

White with #E3BC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3BC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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