Html Css Color HEX #E3BF0E Sunflower

📋 copy color: '#E3BF0E'

red 227 ◦ green 191 ◦ blue 14

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

Shades of Sunflower #E3BF0E

Tints of Sunflower #E3BF0E

RGB

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

 GREEN value IS 191 (75% from 255) = 44.21%

 BLUE value IS 14 (5.86% from 255) = 3.24%

R = 52.55%
G = 44.21%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E3BF0E (or 0xE3BF0E) is known color: Sunflower. HEX triplet: E3, BF and 0E. RGB value is (227,191,14). Sum of RGB (Red+Green+Blue) = 227+191+14=432 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.55% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 14 (5.86% from 255 or 3.24% from 432); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3BF0E is #1C40F1. Grayscale: #B6B6B6. Windows color (decimal): -1851634 or 966627. OLE color: 966627.

HSL color Cylindrical-coordinate representation of color #E3BF0E: hue angle of 49.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E3BF0E is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 191 14 -
CMYK 0 0.16 0.94 0.11
HSL 49.86º 0.88% 0.47% -
HSV(B) 49.86º 0.94% 0.89% -
XYZ 50.39 53.62 8.11 -
YUV 181.59 33.43 160.39 -
System Red Green Blue C M Y K H S L
Decimal 227 191 14 0 0.16 0.94 0.11 49.86 0.88 0.47
Hex E3 BF E 0 10 5E B 32 58 2F
Octal 343 277 16 0 20 136 13 62 130 57
Binary 11100011 10111111 1110 0 10000 1011110 1011 110010 1011000 101111

Color Harmonies of #E3BF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3BF0E

Black with #E3BF0E

Text Example


Text Example

White with #E3BF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3BF0E; }

 p { color: rgb(227,191,14); }

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

background-color css

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

 a { background-color: rgb(227,191,14); }

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

border-color css

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

 span { border-color: rgb(227,191,14); }

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