Html Css Color HEX #E6B330 Gold Tips

📋 copy color: '#E6B330'

red 230 ◦ green 179 ◦ blue 48

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

Shades of Gold Tips #E6B330

Tints of Gold Tips #E6B330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.5%

R = 50.33%
G = 39.17%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E6B330 (or 0xE6B330) is known color: Gold Tips. HEX triplet: E6, B3 and 30. RGB value is (230,179,48). Sum of RGB (Red+Green+Blue) = 230+179+48=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 48 (19.14% from 255 or 10.50% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B330 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B330 is #194CCF. Grayscale: #B3B3B3. Windows color (decimal): -1658064 or 3191782. OLE color: 3191782.

HSL color Cylindrical-coordinate representation of color #E6B330: hue angle of 43.19º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E6B330 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 179 48 -
CMYK 0 0.22 0.79 0.10
HSL 43.19º 0.78% 0.55% -
HSV(B) 43.19º 0.79% 0.9% -
XYZ 49.29 49.28 9.71 -
YUV 179.32 53.9 164.15 -
System Red Green Blue C M Y K H S L
Decimal 230 179 48 0 0.22 0.79 0.10 43.19 0.78 0.55
Hex E6 B3 30 0 16 4F A 2B 4E 37
Octal 346 263 60 0 26 117 12 53 116 67
Binary 11100110 10110011 110000 0 10110 1001111 1010 101011 1001110 110111

Color Harmonies of #E6B330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B330

Black with #E6B330

Text Example


Text Example

White with #E6B330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B330; }

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

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

background-color css

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

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

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

border-color css

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

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

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