Html Css Color HEX #E1D102 Sunflower

📋 copy color: '#E1D102'

red 225 ◦ green 209 ◦ blue 2

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

Shades of Sunflower #E1D102

Tints of Sunflower #E1D102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 51.61%
G = 47.94%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E1D102 (or 0xE1D102) is known color: Sunflower. HEX triplet: E1, D1 and 02. RGB value is (225,209,2). Sum of RGB (Red+Green+Blue) = 225+209+2=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 209 (82.03% from 255 or 47.94% from 436); Blue value is 2 (1.17% from 255 or 0.46% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D102 is #1E2EFD. Grayscale: #BFBFBF. Windows color (decimal): -1978110 or 184801. OLE color: 184801.

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

Color convert

RGB 225 209 2 -
CMYK 0 0.07 0.99 0.12
HSL 55.7º 0.98% 0.45% -
HSV(B) 55.7º 0.99% 0.88% -
XYZ 53.86 61.61 9.11 -
YUV 190.19 21.8 152.83 -
System Red Green Blue C M Y K H S L
Decimal 225 209 2 0 0.07 0.99 0.12 55.7 0.98 0.45
Hex E1 D1 2 0 7 63 C 38 62 2D
Octal 341 321 2 0 7 143 14 70 142 55
Binary 11100001 11010001 10 0 111 1100011 1100 111000 1100010 101101

Color Harmonies of #E1D102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D102

Black with #E1D102

Text Example


Text Example

White with #E1D102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D102; }

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

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

background-color css

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

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

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

border-color css

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

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

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