Html Css Color HEX #E1D40A Sunflower

📋 copy color: '#E1D40A'

red 225 ◦ green 212 ◦ blue 10

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

Shades of Sunflower #E1D40A

Tints of Sunflower #E1D40A

RGB

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

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

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

R = 50.34%
G = 47.43%
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

#E1D40A (or 0xE1D40A) is known color: Sunflower. HEX triplet: E1, D4 and 0A. RGB value is (225,212,10). Sum of RGB (Red+Green+Blue) = 225+212+10=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 212 (83.20% from 255 or 47.43% from 447); Blue value is 10 (4.30% from 255 or 2.24% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D40A is #1E2BF5. Grayscale: #C1C1C1. Windows color (decimal): -1977334 or 709857. OLE color: 709857.

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

Color convert

RGB 225 212 10 -
CMYK 0 0.06 0.96 0.12
HSL 56.37º 0.91% 0.46% -
HSV(B) 56.37º 0.96% 0.88% -
XYZ 54.65 63.12 9.59 -
YUV 192.86 24.81 150.93 -
System Red Green Blue C M Y K H S L
Decimal 225 212 10 0 0.06 0.96 0.12 56.37 0.91 0.46
Hex E1 D4 A 0 6 60 C 38 5B 2E
Octal 341 324 12 0 6 140 14 70 133 56
Binary 11100001 11010100 1010 0 110 1100000 1100 111000 1011011 101110

Color Harmonies of #E1D40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D40A

Black with #E1D40A

Text Example


Text Example

White with #E1D40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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