Html Css Color HEX #E2C618 Sunflower

📋 copy color: '#E2C618'

red 226 ◦ green 198 ◦ blue 24

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

Shades of Sunflower #E2C618

Tints of Sunflower #E2C618

RGB

 RED value IS 226 (88.67% from 255) = 50.45%

 GREEN value IS 198 (77.73% from 255) = 44.2%

 BLUE value IS 24 (9.77% from 255) = 5.36%

R = 50.45%
G = 44.2%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E2C618 (or 0xE2C618) is known color: Sunflower. HEX triplet: E2, C6 and 18. RGB value is (226,198,24). Sum of RGB (Red+Green+Blue) = 226+198+24=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 198 (77.73% from 255 or 44.20% from 448); Blue value is 24 (9.77% from 255 or 5.36% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2C618 is #1D39E7. Grayscale: #BBBBBB. Windows color (decimal): -1915368 or 1623778. OLE color: 1623778.

HSL color Cylindrical-coordinate representation of color #E2C618: hue angle of 51.68º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E2C618 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 198 24 -
CMYK 0 0.12 0.89 0.11
HSL 51.68º 0.81% 0.49% -
HSV(B) 51.68º 0.89% 0.89% -
XYZ 51.72 56.62 9.07 -
YUV 186.54 36.28 156.15 -
System Red Green Blue C M Y K H S L
Decimal 226 198 24 0 0.12 0.89 0.11 51.68 0.81 0.49
Hex E2 C6 18 0 C 59 B 34 51 31
Octal 342 306 30 0 14 131 13 64 121 61
Binary 11100010 11000110 11000 0 1100 1011001 1011 110100 1010001 110001

Color Harmonies of #E2C618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C618

Black with #E2C618

Text Example


Text Example

White with #E2C618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C618; }

 p { color: rgb(226,198,24); }

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

background-color css

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

 a { background-color: rgb(226,198,24); }

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

border-color css

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

 span { border-color: rgb(226,198,24); }

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