Html Css Color HEX #E3B80F Sunflower

📋 copy color: '#E3B80F'

red 227 ◦ green 184 ◦ blue 15

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

Shades of Sunflower #E3B80F

Tints of Sunflower #E3B80F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.19%

 BLUE value IS 15 (6.25% from 255) = 3.52%

R = 53.29%
G = 43.19%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E3B80F (or 0xE3B80F) is known color: Sunflower. HEX triplet: E3, B8 and 0F. RGB value is (227,184,15). Sum of RGB (Red+Green+Blue) = 227+184+15=426 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.29% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 15 (6.25% from 255 or 3.52% from 426); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3B80F is #1C47F0. Grayscale: #B2B2B2. Windows color (decimal): -1853425 or 1030371. OLE color: 1030371.

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

Color convert

RGB 227 184 15 -
CMYK 0 0.19 0.93 0.11
HSL 47.83º 0.88% 0.47% -
HSV(B) 47.83º 0.93% 0.89% -
XYZ 48.91 50.65 7.65 -
YUV 177.59 36.25 163.24 -
System Red Green Blue C M Y K H S L
Decimal 227 184 15 0 0.19 0.93 0.11 47.83 0.88 0.47
Hex E3 B8 F 0 13 5D B 30 58 2F
Octal 343 270 17 0 23 135 13 60 130 57
Binary 11100011 10111000 1111 0 10011 1011101 1011 110000 1011000 101111

Color Harmonies of #E3B80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3B80F

Black with #E3B80F

Text Example


Text Example

White with #E3B80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3B80F; }

 p { color: rgb(227,184,15); }

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

background-color css

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

 a { background-color: rgb(227,184,15); }

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

border-color css

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

 span { border-color: rgb(227,184,15); }

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