Html Css Color HEX #E1B410 Sunflower

📋 copy color: '#E1B410'

red 225 ◦ green 180 ◦ blue 16

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

Shades of Sunflower #E1B410

Tints of Sunflower #E1B410

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.76%

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

R = 53.44%
G = 42.76%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E1B410 (or 0xE1B410) is known color: Sunflower. HEX triplet: E1, B4 and 10. RGB value is (225,180,16). Sum of RGB (Red+Green+Blue) = 225+180+16=421 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.44% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 16 (6.64% from 255 or 3.80% from 421); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1B410 is #1E4BEF. Grayscale: #AFAFAF. Windows color (decimal): -1985520 or 1094881. OLE color: 1094881.

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

Color convert

RGB 225 180 16 -
CMYK 0 0.2 0.93 0.12
HSL 47.08º 0.87% 0.47% -
HSV(B) 47.08º 0.93% 0.88% -
XYZ 47.47 48.69 7.39 -
YUV 174.76 38.41 163.84 -
System Red Green Blue C M Y K H S L
Decimal 225 180 16 0 0.2 0.93 0.12 47.08 0.87 0.47
Hex E1 B4 10 0 14 5D C 2F 57 2F
Octal 341 264 20 0 24 135 14 57 127 57
Binary 11100001 10110100 10000 0 10100 1011101 1100 101111 1010111 101111

Color Harmonies of #E1B410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B410

Black with #E1B410

Text Example


Text Example

White with #E1B410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B410; }

 p { color: rgb(225,180,16); }

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

background-color css

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

 a { background-color: rgb(225,180,16); }

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

border-color css

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

 span { border-color: rgb(225,180,16); }

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