Html Css Color HEX #E1C512 Sunflower

📋 copy color: '#E1C512'

red 225 ◦ green 197 ◦ blue 18

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

Shades of Sunflower #E1C512

Tints of Sunflower #E1C512

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.77%

 BLUE value IS 18 (7.42% from 255) = 4.09%

R = 51.14%
G = 44.77%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E1C512 (or 0xE1C512) is known color: Sunflower. HEX triplet: E1, C5 and 12. RGB value is (225,197,18). Sum of RGB (Red+Green+Blue) = 225+197+18=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 197 (77.34% from 255 or 44.77% from 440); Blue value is 18 (7.42% from 255 or 4.09% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C512 is #1E3AED. Grayscale: #B9B9B9. Windows color (decimal): -1981166 or 1230305. OLE color: 1230305.

HSL color Cylindrical-coordinate representation of color #E1C512: hue angle of 51.88º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1C512 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 197 18 -
CMYK 0 0.12 0.92 0.12
HSL 51.88º 0.85% 0.48% -
HSV(B) 51.88º 0.92% 0.88% -
XYZ 51.13 55.98 8.68 -
YUV 184.97 33.78 156.55 -
System Red Green Blue C M Y K H S L
Decimal 225 197 18 0 0.12 0.92 0.12 51.88 0.85 0.48
Hex E1 C5 12 0 C 5C C 34 55 30
Octal 341 305 22 0 14 134 14 64 125 60
Binary 11100001 11000101 10010 0 1100 1011100 1100 110100 1010101 110000

Color Harmonies of #E1C512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C512

Black with #E1C512

Text Example


Text Example

White with #E1C512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C512; }

 p { color: rgb(225,197,18); }

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

background-color css

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

 a { background-color: rgb(225,197,18); }

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

border-color css

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

 span { border-color: rgb(225,197,18); }

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