Html Css Color HEX #E1D203 Sunflower

📋 copy color: '#E1D203'

red 225 ◦ green 210 ◦ blue 3

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

Shades of Sunflower #E1D203

Tints of Sunflower #E1D203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.68%

R = 51.37%
G = 47.95%
B = 0.68%

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

#E1D203 (or 0xE1D203) is known color: Sunflower. HEX triplet: E1, D2 and 03. RGB value is (225,210,3). Sum of RGB (Red+Green+Blue) = 225+210+3=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 210 (82.42% from 255 or 47.95% from 438); Blue value is 3 (1.56% from 255 or 0.68% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D203 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D203 is #1E2DFC. Grayscale: #BFBFBF. Windows color (decimal): -1977853 or 250593. OLE color: 250593.

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

Color convert

RGB 225 210 3 -
CMYK 0 0.07 0.99 0.12
HSL 55.95º 0.97% 0.45% -
HSV(B) 55.95º 0.99% 0.88% -
XYZ 54.11 62.11 9.22 -
YUV 190.89 21.97 152.33 -
System Red Green Blue C M Y K H S L
Decimal 225 210 3 0 0.07 0.99 0.12 55.95 0.97 0.45
Hex E1 D2 3 0 7 63 C 38 61 2D
Octal 341 322 3 0 7 143 14 70 141 55
Binary 11100001 11010010 11 0 111 1100011 1100 111000 1100001 101101

Color Harmonies of #E1D203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D203

Black with #E1D203

Text Example


Text Example

White with #E1D203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D203; }

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

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

background-color css

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

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

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

border-color css

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

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

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