Html Css Color HEX #E1C21F Sunflower

📋 copy color: '#E1C21F'

red 225 ◦ green 194 ◦ blue 31

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

Shades of Sunflower #E1C21F

Tints of Sunflower #E1C21F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.11%

 BLUE value IS 31 (12.5% from 255) = 6.89%

R = 50%
G = 43.11%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E1C21F (or 0xE1C21F) is known color: Sunflower. HEX triplet: E1, C2 and 1F. RGB value is (225,194,31). Sum of RGB (Red+Green+Blue) = 225+194+31=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 31 (12.5% from 255 or 6.89% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C21F is #1E3DE0. Grayscale: #B9B9B9. Windows color (decimal): -1981921 or 2081505. OLE color: 2081505.

HSL color Cylindrical-coordinate representation of color #E1C21F: hue angle of 50.41º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E1C21F is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 194 31 -
CMYK 0 0.14 0.86 0.12
HSL 50.41º 0.76% 0.5% -
HSV(B) 50.41º 0.86% 0.88% -
XYZ 50.59 54.69 9.19 -
YUV 184.69 41.27 156.75 -
System Red Green Blue C M Y K H S L
Decimal 225 194 31 0 0.14 0.86 0.12 50.41 0.76 0.5
Hex E1 C2 1F 0 E 56 C 32 4C 32
Octal 341 302 37 0 16 126 14 62 114 62
Binary 11100001 11000010 11111 0 1110 1010110 1100 110010 1001100 110010

Color Harmonies of #E1C21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C21F

Black with #E1C21F

Text Example


Text Example

White with #E1C21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C21F; }

 p { color: rgb(225,194,31); }

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

background-color css

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

 a { background-color: rgb(225,194,31); }

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

border-color css

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

 span { border-color: rgb(225,194,31); }

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