Html Css Color HEX #E1D10C Sunflower

📋 copy color: '#E1D10C'

red 225 ◦ green 209 ◦ blue 12

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

Shades of Sunflower #E1D10C

Tints of Sunflower #E1D10C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.69%

R = 50.45%
G = 46.86%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1D10C (or 0xE1D10C) is known color: Sunflower. HEX triplet: E1, D1 and 0C. RGB value is (225,209,12). Sum of RGB (Red+Green+Blue) = 225+209+12=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 209 (82.03% from 255 or 46.86% from 446); Blue value is 12 (5.08% from 255 or 2.69% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D10C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D10C is #1E2EF3. Grayscale: #C0C0C0. Windows color (decimal): -1978100 or 840161. OLE color: 840161.

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

Color convert

RGB 225 209 12 -
CMYK 0 0.07 0.95 0.12
HSL 55.49º 0.9% 0.46% -
HSV(B) 55.49º 0.95% 0.88% -
XYZ 53.92 61.64 9.4 -
YUV 191.33 26.8 152.02 -
System Red Green Blue C M Y K H S L
Decimal 225 209 12 0 0.07 0.95 0.12 55.49 0.9 0.46
Hex E1 D1 C 0 7 5F C 37 5A 2E
Octal 341 321 14 0 7 137 14 67 132 56
Binary 11100001 11010001 1100 0 111 1011111 1100 110111 1011010 101110

Color Harmonies of #E1D10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D10C

Black with #E1D10C

Text Example


Text Example

White with #E1D10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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