Html Css Color HEX #E1D30A Sunflower

📋 copy color: '#E1D30A'

red 225 ◦ green 211 ◦ blue 10

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

Shades of Sunflower #E1D30A

Tints of Sunflower #E1D30A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.31%

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

R = 50.45%
G = 47.31%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E1D30A (or 0xE1D30A) is known color: Sunflower. HEX triplet: E1, D3 and 0A. RGB value is (225,211,10). Sum of RGB (Red+Green+Blue) = 225+211+10=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 211 (82.81% from 255 or 47.31% from 446); Blue value is 10 (4.30% from 255 or 2.24% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D30A is #1E2CF5. Grayscale: #C1C1C1. Windows color (decimal): -1977590 or 709601. OLE color: 709601.

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

Color convert

RGB 225 211 10 -
CMYK 0 0.06 0.96 0.12
HSL 56.09º 0.91% 0.46% -
HSV(B) 56.09º 0.96% 0.88% -
XYZ 54.4 62.62 9.51 -
YUV 192.27 25.14 151.34 -
System Red Green Blue C M Y K H S L
Decimal 225 211 10 0 0.06 0.96 0.12 56.09 0.91 0.46
Hex E1 D3 A 0 6 60 C 38 5B 2E
Octal 341 323 12 0 6 140 14 70 133 56
Binary 11100001 11010011 1010 0 110 1100000 1100 111000 1011011 101110

Color Harmonies of #E1D30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D30A

Black with #E1D30A

Text Example


Text Example

White with #E1D30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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