Html Css Color HEX #E3C220 Sunflower

📋 copy color: '#E3C220'

red 227 ◦ green 194 ◦ blue 32

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

Shades of Sunflower #E3C220

Tints of Sunflower #E3C220

RGB

 RED value IS 227 (89.06% from 255) = 50.11%

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

 BLUE value IS 32 (12.89% from 255) = 7.06%

R = 50.11%
G = 42.83%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E3C220 (or 0xE3C220) is known color: Sunflower. HEX triplet: E3, C2 and 20. RGB value is (227,194,32). Sum of RGB (Red+Green+Blue) = 227+194+32=453 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50.11% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 32 (12.89% from 255 or 7.06% from 453); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3C220 is #1C3DDF. Grayscale: #BABABA. Windows color (decimal): -1850848 or 2147043. OLE color: 2147043.

HSL color Cylindrical-coordinate representation of color #E3C220: hue angle of 49.85º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E3C220 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 194 32 -
CMYK 0 0.15 0.86 0.11
HSL 49.85º 0.78% 0.51% -
HSV(B) 49.85º 0.86% 0.89% -
XYZ 51.23 55.02 9.29 -
YUV 185.4 41.43 157.67 -
System Red Green Blue C M Y K H S L
Decimal 227 194 32 0 0.15 0.86 0.11 49.85 0.78 0.51
Hex E3 C2 20 0 F 56 B 32 4E 33
Octal 343 302 40 0 17 126 13 62 116 63
Binary 11100011 11000010 100000 0 1111 1010110 1011 110010 1001110 110011

Color Harmonies of #E3C220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3C220

Black with #E3C220

Text Example


Text Example

White with #E3C220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3C220; }

 p { color: rgb(227,194,32); }

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

background-color css

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

 a { background-color: rgb(227,194,32); }

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

border-color css

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

 span { border-color: rgb(227,194,32); }

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