Html Css Color HEX #E6B52B Gold Tips

📋 copy color: '#E6B52B'

red 230 ◦ green 181 ◦ blue 43

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

Shades of Gold Tips #E6B52B

Tints of Gold Tips #E6B52B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.87%

 BLUE value IS 43 (17.19% from 255) = 9.47%

R = 50.66%
G = 39.87%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E6B52B (or 0xE6B52B) is known color: Gold Tips. HEX triplet: E6, B5 and 2B. RGB value is (230,181,43). Sum of RGB (Red+Green+Blue) = 230+181+43=454 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.66% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 43 (17.19% from 255 or 9.47% from 454); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B52B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B52B is #194AD4. Grayscale: #B4B4B4. Windows color (decimal): -1657557 or 2864614. OLE color: 2864614.

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

Color convert

RGB 230 181 43 -
CMYK 0 0.21 0.81 0.10
HSL 44.28º 0.79% 0.54% -
HSV(B) 44.28º 0.81% 0.9% -
XYZ 49.59 50.05 9.33 -
YUV 179.92 50.73 163.72 -
System Red Green Blue C M Y K H S L
Decimal 230 181 43 0 0.21 0.81 0.10 44.28 0.79 0.54
Hex E6 B5 2B 0 15 51 A 2C 4F 36
Octal 346 265 53 0 25 121 12 54 117 66
Binary 11100110 10110101 101011 0 10101 1010001 1010 101100 1001111 110110

Color Harmonies of #E6B52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B52B

Black with #E6B52B

Text Example


Text Example

White with #E6B52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B52B; }

 p { color: rgb(230,181,43); }

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

background-color css

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

 a { background-color: rgb(230,181,43); }

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

border-color css

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

 span { border-color: rgb(230,181,43); }

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