Html Css Color HEX #E1D310 Sunflower

📋 copy color: '#E1D310'

red 225 ◦ green 211 ◦ blue 16

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

Shades of Sunflower #E1D310

Tints of Sunflower #E1D310

RGB

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

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

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

R = 49.78%
G = 46.68%
B = 3.54%

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

#E1D310 (or 0xE1D310) is known color: Sunflower. HEX triplet: E1, D3 and 10. RGB value is (225,211,16). Sum of RGB (Red+Green+Blue) = 225+211+16=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 211 (82.81% from 255 or 46.68% from 452); Blue value is 16 (6.64% from 255 or 3.54% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D310 is #1E2CEF. Grayscale: #C1C1C1. Windows color (decimal): -1977584 or 1102817. OLE color: 1102817.

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

Color convert

RGB 225 211 16 -
CMYK 0 0.06 0.93 0.12
HSL 55.98º 0.87% 0.47% -
HSV(B) 55.98º 0.93% 0.88% -
XYZ 54.44 62.63 9.71 -
YUV 192.96 28.14 150.86 -
System Red Green Blue C M Y K H S L
Decimal 225 211 16 0 0.06 0.93 0.12 55.98 0.87 0.47
Hex E1 D3 10 0 6 5D C 38 57 2F
Octal 341 323 20 0 6 135 14 70 127 57
Binary 11100001 11010011 10000 0 110 1011101 1100 111000 1010111 101111

Color Harmonies of #E1D310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D310

Black with #E1D310

Text Example


Text Example

White with #E1D310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D310; }

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

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

background-color css

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

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

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

border-color css

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

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

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