Html Css Color HEX #E6B310 Sunflower

📋 copy color: '#E6B310'

red 230 ◦ green 179 ◦ blue 16

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

Shades of Sunflower #E6B310

Tints of Sunflower #E6B310

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.12%

 BLUE value IS 16 (6.64% from 255) = 3.76%

R = 54.12%
G = 42.12%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E6B310 (or 0xE6B310) is known color: Sunflower. HEX triplet: E6, B3 and 10. RGB value is (230,179,16). Sum of RGB (Red+Green+Blue) = 230+179+16=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 16 (6.64% from 255 or 3.76% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B310 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6B310 is #194CEF. Grayscale: #B0B0B0. Windows color (decimal): -1658096 or 1094630. OLE color: 1094630.

HSL color Cylindrical-coordinate representation of color #E6B310: hue angle of 45.7º degrees, saturation: 0.87, 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 #E6B310 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 179 16 -
CMYK 0 0.22 0.93 0.10
HSL 45.7º 0.87% 0.48% -
HSV(B) 45.7º 0.93% 0.9% -
XYZ 48.85 49.1 7.39 -
YUV 175.67 37.9 166.75 -
System Red Green Blue C M Y K H S L
Decimal 230 179 16 0 0.22 0.93 0.10 45.7 0.87 0.48
Hex E6 B3 10 0 16 5D A 2E 57 30
Octal 346 263 20 0 26 135 12 56 127 60
Binary 11100110 10110011 10000 0 10110 1011101 1010 101110 1010111 110000

Color Harmonies of #E6B310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B310

Black with #E6B310

Text Example


Text Example

White with #E6B310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B310; }

 p { color: rgb(230,179,16); }

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

background-color css

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

 a { background-color: rgb(230,179,16); }

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

border-color css

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

 span { border-color: rgb(230,179,16); }

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