Html Css Color HEX #E2D216 Sunflower

📋 copy color: '#E2D216'

red 226 ◦ green 210 ◦ blue 22

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

Shades of Sunflower #E2D216

Tints of Sunflower #E2D216

RGB

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

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

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

R = 49.34%
G = 45.85%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E2D216 (or 0xE2D216) is known color: Sunflower. HEX triplet: E2, D2 and 16. RGB value is (226,210,22). Sum of RGB (Red+Green+Blue) = 226+210+22=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 210 (82.42% from 255 or 45.85% from 458); Blue value is 22 (8.98% from 255 or 4.80% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D216 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2D216 is #1D2DE9. Grayscale: #C2C2C2. Windows color (decimal): -1912298 or 1495778. OLE color: 1495778.

HSL color Cylindrical-coordinate representation of color #E2D216: hue angle of 55.29º 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 #E2D216 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 210 22 -
CMYK 0 0.07 0.90 0.11
HSL 55.29º 0.82% 0.49% -
HSV(B) 55.29º 0.9% 0.89% -
XYZ 54.56 62.32 9.91 -
YUV 193.35 31.3 151.29 -
System Red Green Blue C M Y K H S L
Decimal 226 210 22 0 0.07 0.90 0.11 55.29 0.82 0.49
Hex E2 D2 16 0 7 5A B 37 52 31
Octal 342 322 26 0 7 132 13 67 122 61
Binary 11100010 11010010 10110 0 111 1011010 1011 110111 1010010 110001

Color Harmonies of #E2D216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D216

Black with #E2D216

Text Example


Text Example

White with #E2D216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D216; }

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

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

background-color css

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

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

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

border-color css

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

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

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