Html Css Color HEX #E6B229 Gold Tips

📋 copy color: '#E6B229'

red 230 ◦ green 178 ◦ blue 41

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

Shades of Gold Tips #E6B229

Tints of Gold Tips #E6B229

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.64%

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

R = 51.22%
G = 39.64%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E6B229 (or 0xE6B229) is known color: Gold Tips. HEX triplet: E6, B2 and 29. RGB value is (230,178,41). Sum of RGB (Red+Green+Blue) = 230+178+41=449 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.22% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 41 (16.41% from 255 or 9.13% from 449); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B229 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6B229 is #194DD6. Grayscale: #B2B2B2. Windows color (decimal): -1658327 or 2732774. OLE color: 2732774.

HSL color Cylindrical-coordinate representation of color #E6B229: hue angle of 43.49º 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 #E6B229 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 178 41 -
CMYK 0 0.23 0.82 0.10
HSL 43.49º 0.79% 0.53% -
HSV(B) 43.49º 0.82% 0.9% -
XYZ 48.95 48.82 8.94 -
YUV 177.93 50.73 165.14 -
System Red Green Blue C M Y K H S L
Decimal 230 178 41 0 0.23 0.82 0.10 43.49 0.79 0.53
Hex E6 B2 29 0 17 52 A 2B 4F 35
Octal 346 262 51 0 27 122 12 53 117 65
Binary 11100110 10110010 101001 0 10111 1010010 1010 101011 1001111 110101

Color Harmonies of #E6B229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B229

Black with #E6B229

Text Example


Text Example

White with #E6B229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B229; }

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

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

background-color css

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

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

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

border-color css

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

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

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