Html Css Color HEX #E2C216 Sunflower

📋 copy color: '#E2C216'

red 226 ◦ green 194 ◦ blue 22

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

Shades of Sunflower #E2C216

Tints of Sunflower #E2C216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.98%

R = 51.13%
G = 43.89%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E2C216 (or 0xE2C216) is known color: Sunflower. HEX triplet: E2, C2 and 16. RGB value is (226,194,22). Sum of RGB (Red+Green+Blue) = 226+194+22=442 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.13% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 22 (8.98% from 255 or 4.98% from 442); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C216 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2C216 is #1D3DE9. Grayscale: #B8B8B8. Windows color (decimal): -1916394 or 1491682. OLE color: 1491682.

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

Color convert

RGB 226 194 22 -
CMYK 0 0.14 0.90 0.11
HSL 50.59º 0.82% 0.49% -
HSV(B) 50.59º 0.9% 0.89% -
XYZ 50.8 54.81 8.66 -
YUV 183.96 36.6 157.99 -
System Red Green Blue C M Y K H S L
Decimal 226 194 22 0 0.14 0.90 0.11 50.59 0.82 0.49
Hex E2 C2 16 0 E 5A B 33 52 31
Octal 342 302 26 0 16 132 13 63 122 61
Binary 11100010 11000010 10110 0 1110 1011010 1011 110011 1010010 110001

Color Harmonies of #E2C216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C216

Black with #E2C216

Text Example


Text Example

White with #E2C216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C216; }

 p { color: rgb(226,194,22); }

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

background-color css

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

 a { background-color: rgb(226,194,22); }

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

border-color css

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

 span { border-color: rgb(226,194,22); }

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