Html Css Color HEX #E2D016 Sunflower

📋 copy color: '#E2D016'

red 226 ◦ green 208 ◦ blue 22

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

Shades of Sunflower #E2D016

Tints of Sunflower #E2D016

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.61%

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

R = 49.56%
G = 45.61%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E2D016 (or 0xE2D016) is known color: Sunflower. HEX triplet: E2, D0 and 16. RGB value is (226,208,22). Sum of RGB (Red+Green+Blue) = 226+208+22=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 22 (8.98% from 255 or 4.82% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2D016 is #1D2FE9. Grayscale: #C0C0C0. Windows color (decimal): -1912810 or 1495266. OLE color: 1495266.

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

Color convert

RGB 226 208 22 -
CMYK 0 0.08 0.90 0.11
HSL 54.71º 0.82% 0.49% -
HSV(B) 54.71º 0.9% 0.89% -
XYZ 54.06 61.34 9.75 -
YUV 192.18 31.96 152.12 -
System Red Green Blue C M Y K H S L
Decimal 226 208 22 0 0.08 0.90 0.11 54.71 0.82 0.49
Hex E2 D0 16 0 8 5A B 37 52 31
Octal 342 320 26 0 10 132 13 67 122 61
Binary 11100010 11010000 10110 0 1000 1011010 1011 110111 1010010 110001

Color Harmonies of #E2D016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D016

Black with #E2D016

Text Example


Text Example

White with #E2D016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D016; }

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

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

background-color css

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

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

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

border-color css

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

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

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