Html Css Color HEX #E6B429 Gold Tips

📋 copy color: '#E6B429'

red 230 ◦ green 180 ◦ blue 41

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

Shades of Gold Tips #E6B429

Tints of Gold Tips #E6B429

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.91%

 BLUE value IS 41 (16.41% from 255) = 9.09%

R = 51%
G = 39.91%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E6B429 (or 0xE6B429) is known color: Gold Tips. HEX triplet: E6, B4 and 29. RGB value is (230,180,41). Sum of RGB (Red+Green+Blue) = 230+180+41=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 180 (70.70% from 255 or 39.91% from 451); Blue value is 41 (16.41% from 255 or 9.09% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B429 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B429 is #194BD6. Grayscale: #B3B3B3. Windows color (decimal): -1657815 or 2733286. OLE color: 2733286.

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

Color convert

RGB 230 180 41 -
CMYK 0 0.22 0.82 0.10
HSL 44.13º 0.79% 0.53% -
HSV(B) 44.13º 0.82% 0.9% -
XYZ 49.35 49.63 9.08 -
YUV 179.1 50.07 164.3 -
System Red Green Blue C M Y K H S L
Decimal 230 180 41 0 0.22 0.82 0.10 44.13 0.79 0.53
Hex E6 B4 29 0 16 52 A 2C 4F 35
Octal 346 264 51 0 26 122 12 54 117 65
Binary 11100110 10110100 101001 0 10110 1010010 1010 101100 1001111 110101

Color Harmonies of #E6B429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B429

Black with #E6B429

Text Example


Text Example

White with #E6B429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B429; }

 p { color: rgb(230,180,41); }

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

background-color css

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

 a { background-color: rgb(230,180,41); }

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

border-color css

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

 span { border-color: rgb(230,180,41); }

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