Html Css Color HEX #E1D30D Sunflower

📋 copy color: '#E1D30D'

red 225 ◦ green 211 ◦ blue 13

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

Shades of Sunflower #E1D30D

Tints of Sunflower #E1D30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.9%

R = 50.11%
G = 46.99%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E1D30D (or 0xE1D30D) is known color: Sunflower. HEX triplet: E1, D3 and 0D. RGB value is (225,211,13). Sum of RGB (Red+Green+Blue) = 225+211+13=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 211 (82.81% from 255 or 46.99% from 449); Blue value is 13 (5.47% from 255 or 2.90% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D30D is #1E2CF2. Grayscale: #C1C1C1. Windows color (decimal): -1977587 or 906209. OLE color: 906209.

HSL color Cylindrical-coordinate representation of color #E1D30D: hue angle of 56.04º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E1D30D is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 211 13 -
CMYK 0 0.06 0.94 0.12
HSL 56.04º 0.89% 0.47% -
HSV(B) 56.04º 0.94% 0.88% -
XYZ 54.42 62.63 9.6 -
YUV 192.61 26.64 151.1 -
System Red Green Blue C M Y K H S L
Decimal 225 211 13 0 0.06 0.94 0.12 56.04 0.89 0.47
Hex E1 D3 D 0 6 5E C 38 59 2F
Octal 341 323 15 0 6 136 14 70 131 57
Binary 11100001 11010011 1101 0 110 1011110 1100 111000 1011001 101111

Color Harmonies of #E1D30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D30D

Black with #E1D30D

Text Example


Text Example

White with #E1D30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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