Html Css Color HEX #E1D10A Sunflower

📋 copy color: '#E1D10A'

red 225 ◦ green 209 ◦ blue 10

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

Shades of Sunflower #E1D10A

Tints of Sunflower #E1D10A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 47.07%

 BLUE value IS 10 (4.3% from 255) = 2.25%

R = 50.68%
G = 47.07%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E1D10A (or 0xE1D10A) is known color: Sunflower. HEX triplet: E1, D1 and 0A. RGB value is (225,209,10). Sum of RGB (Red+Green+Blue) = 225+209+10=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 209 (82.03% from 255 or 47.07% from 444); Blue value is 10 (4.30% from 255 or 2.25% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D10A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D10A is #1E2EF5. Grayscale: #BFBFBF. Windows color (decimal): -1978102 or 709089. OLE color: 709089.

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

Color convert

RGB 225 209 10 -
CMYK 0 0.07 0.96 0.12
HSL 55.53º 0.91% 0.46% -
HSV(B) 55.53º 0.96% 0.88% -
XYZ 53.91 61.63 9.34 -
YUV 191.1 25.8 152.18 -
System Red Green Blue C M Y K H S L
Decimal 225 209 10 0 0.07 0.96 0.12 55.53 0.91 0.46
Hex E1 D1 A 0 7 60 C 38 5B 2E
Octal 341 321 12 0 7 140 14 70 133 56
Binary 11100001 11010001 1010 0 111 1100000 1100 111000 1011011 101110

Color Harmonies of #E1D10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D10A

Black with #E1D10A

Text Example


Text Example

White with #E1D10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D10A; }

 p { color: rgb(225,209,10); }

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

background-color css

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

 a { background-color: rgb(225,209,10); }

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

border-color css

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

 span { border-color: rgb(225,209,10); }

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