Html Css Color HEX #E1D202 Sunflower

📋 copy color: '#E1D202'

red 225 ◦ green 210 ◦ blue 2

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

Shades of Sunflower #E1D202

Tints of Sunflower #E1D202

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.05%

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

R = 51.49%
G = 48.05%
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

#E1D202 (or 0xE1D202) is known color: Sunflower. HEX triplet: E1, D2 and 02. RGB value is (225,210,2). Sum of RGB (Red+Green+Blue) = 225+210+2=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 210 (82.42% from 255 or 48.05% from 437); Blue value is 2 (1.17% from 255 or 0.46% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D202 is #1E2DFD. Grayscale: #BFBFBF. Windows color (decimal): -1977854 or 185057. OLE color: 185057.

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

Color convert

RGB 225 210 2 -
CMYK 0 0.07 0.99 0.12
HSL 55.96º 0.98% 0.45% -
HSV(B) 55.96º 0.99% 0.88% -
XYZ 54.11 62.11 9.19 -
YUV 190.77 21.47 152.41 -
System Red Green Blue C M Y K H S L
Decimal 225 210 2 0 0.07 0.99 0.12 55.96 0.98 0.45
Hex E1 D2 2 0 7 63 C 38 62 2D
Octal 341 322 2 0 7 143 14 70 142 55
Binary 11100001 11010010 10 0 111 1100011 1100 111000 1100010 101101

Color Harmonies of #E1D202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D202

Black with #E1D202

Text Example


Text Example

White with #E1D202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D202; }

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

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

background-color css

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

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

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

border-color css

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

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

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