Html Css Color HEX #E6C211 Sunflower

📋 copy color: '#E6C211'

red 230 ◦ green 194 ◦ blue 17

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

Shades of Sunflower #E6C211

Tints of Sunflower #E6C211

RGB

 RED value IS 230 (90.23% from 255) = 52.15%

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

 BLUE value IS 17 (7.03% from 255) = 3.85%

R = 52.15%
G = 43.99%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E6C211 (or 0xE6C211) is known color: Sunflower. HEX triplet: E6, C2 and 11. RGB value is (230,194,17). Sum of RGB (Red+Green+Blue) = 230+194+17=441 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.15% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 17 (7.03% from 255 or 3.85% from 441); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C211 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6C211 is #193DEE. Grayscale: #B9B9B9. Windows color (decimal): -1654255 or 1164006. OLE color: 1164006.

HSL color Cylindrical-coordinate representation of color #E6C211: hue angle of 49.86º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6C211 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 194 17 -
CMYK 0 0.16 0.93 0.10
HSL 49.86º 0.86% 0.48% -
HSV(B) 49.86º 0.93% 0.9% -
XYZ 52.03 55.45 8.49 -
YUV 184.59 33.43 160.39 -
System Red Green Blue C M Y K H S L
Decimal 230 194 17 0 0.16 0.93 0.10 49.86 0.86 0.48
Hex E6 C2 11 0 10 5D A 32 56 30
Octal 346 302 21 0 20 135 12 62 126 60
Binary 11100110 11000010 10001 0 10000 1011101 1010 110010 1010110 110000

Color Harmonies of #E6C211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C211

Black with #E6C211

Text Example


Text Example

White with #E6C211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C211; }

 p { color: rgb(230,194,17); }

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

background-color css

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

 a { background-color: rgb(230,194,17); }

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

border-color css

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

 span { border-color: rgb(230,194,17); }

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