Html Css Color HEX #E2D314 Sunflower

📋 copy color: '#E2D314'

red 226 ◦ green 211 ◦ blue 20

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

Shades of Sunflower #E2D314

Tints of Sunflower #E2D314

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.17%

 BLUE value IS 20 (8.2% from 255) = 4.38%

R = 49.45%
G = 46.17%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E2D314 (or 0xE2D314) is known color: Sunflower. HEX triplet: E2, D3 and 14. RGB value is (226,211,20). Sum of RGB (Red+Green+Blue) = 226+211+20=457 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.45% from 457); Green value is 211 (82.81% from 255 or 46.17% from 457); Blue value is 20 (8.20% from 255 or 4.38% from 457); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2D314 is #1D2CEB. Grayscale: #C2C2C2. Windows color (decimal): -1912044 or 1364962. OLE color: 1364962.

HSL color Cylindrical-coordinate representation of color #E2D314: hue angle of 55.63º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E2D314 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 211 20 -
CMYK 0 0.07 0.91 0.11
HSL 55.63º 0.84% 0.48% -
HSV(B) 55.63º 0.91% 0.89% -
XYZ 54.78 62.81 9.9 -
YUV 193.71 29.97 151.03 -
System Red Green Blue C M Y K H S L
Decimal 226 211 20 0 0.07 0.91 0.11 55.63 0.84 0.48
Hex E2 D3 14 0 7 5B B 38 54 30
Octal 342 323 24 0 7 133 13 70 124 60
Binary 11100010 11010011 10100 0 111 1011011 1011 111000 1010100 110000

Color Harmonies of #E2D314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D314

Black with #E2D314

Text Example


Text Example

White with #E2D314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D314; }

 p { color: rgb(226,211,20); }

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

background-color css

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

 a { background-color: rgb(226,211,20); }

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

border-color css

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

 span { border-color: rgb(226,211,20); }

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