Html Css Color HEX #E1D410 Sunflower

📋 copy color: '#E1D410'

red 225 ◦ green 212 ◦ blue 16

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

Shades of Sunflower #E1D410

Tints of Sunflower #E1D410

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.8%

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

R = 49.67%
G = 46.8%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E1D410 (or 0xE1D410) is known color: Sunflower. HEX triplet: E1, D4 and 10. RGB value is (225,212,16). Sum of RGB (Red+Green+Blue) = 225+212+16=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 16 (6.64% from 255 or 3.53% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D410 is #1E2BEF. Grayscale: #C2C2C2. Windows color (decimal): -1977328 or 1103073. OLE color: 1103073.

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

Color convert

RGB 225 212 16 -
CMYK 0 0.06 0.93 0.12
HSL 56.27º 0.87% 0.47% -
HSV(B) 56.27º 0.93% 0.88% -
XYZ 54.69 63.13 9.79 -
YUV 193.54 27.81 150.44 -
System Red Green Blue C M Y K H S L
Decimal 225 212 16 0 0.06 0.93 0.12 56.27 0.87 0.47
Hex E1 D4 10 0 6 5D C 38 57 2F
Octal 341 324 20 0 6 135 14 70 127 57
Binary 11100001 11010100 10000 0 110 1011101 1100 111000 1010111 101111

Color Harmonies of #E1D410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D410

Black with #E1D410

Text Example


Text Example

White with #E1D410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D410; }

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

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

background-color css

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

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

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

border-color css

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

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

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