Html Css Color HEX #E1B314 Sunflower

📋 copy color: '#E1B314'

red 225 ◦ green 179 ◦ blue 20

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

Shades of Sunflower #E1B314

Tints of Sunflower #E1B314

RGB

 RED value IS 225 (88.28% from 255) = 53.07%

 GREEN value IS 179 (70.31% from 255) = 42.22%

 BLUE value IS 20 (8.2% from 255) = 4.72%

R = 53.07%
G = 42.22%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E1B314 (or 0xE1B314) is known color: Sunflower. HEX triplet: E1, B3 and 14. RGB value is (225,179,20). Sum of RGB (Red+Green+Blue) = 225+179+20=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 20 (8.20% from 255 or 4.72% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1B314 is #1E4CEB. Grayscale: #AFAFAF. Windows color (decimal): -1985772 or 1356769. OLE color: 1356769.

HSL color Cylindrical-coordinate representation of color #E1B314: hue angle of 46.54º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E1B314 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 179 20 -
CMYK 0 0.20 0.91 0.12
HSL 46.54º 0.84% 0.48% -
HSV(B) 46.54º 0.91% 0.88% -
XYZ 47.3 48.3 7.49 -
YUV 174.63 40.74 163.93 -
System Red Green Blue C M Y K H S L
Decimal 225 179 20 0 0.20 0.91 0.12 46.54 0.84 0.48
Hex E1 B3 14 0 14 5B C 2F 54 30
Octal 341 263 24 0 24 133 14 57 124 60
Binary 11100001 10110011 10100 0 10100 1011011 1100 101111 1010100 110000

Color Harmonies of #E1B314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B314

Black with #E1B314

Text Example


Text Example

White with #E1B314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B314; }

 p { color: rgb(225,179,20); }

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

background-color css

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

 a { background-color: rgb(225,179,20); }

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

border-color css

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

 span { border-color: rgb(225,179,20); }

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