Html Css Color HEX #E6B71B Gold Tips

📋 copy color: '#E6B71B'

red 230 ◦ green 183 ◦ blue 27

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

Shades of Gold Tips #E6B71B

Tints of Gold Tips #E6B71B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.59%

 BLUE value IS 27 (10.94% from 255) = 6.14%

R = 52.27%
G = 41.59%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E6B71B (or 0xE6B71B) is known color: Gold Tips. HEX triplet: E6, B7 and 1B. RGB value is (230,183,27). Sum of RGB (Red+Green+Blue) = 230+183+27=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 27 (10.94% from 255 or 6.14% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B71B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B71B is #1948E4. Grayscale: #B3B3B3. Windows color (decimal): -1657061 or 1816550. OLE color: 1816550.

HSL color Cylindrical-coordinate representation of color #E6B71B: hue angle of 46.11º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E6B71B is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 183 27 -
CMYK 0 0.20 0.88 0.10
HSL 46.11º 0.8% 0.5% -
HSV(B) 46.11º 0.88% 0.9% -
XYZ 49.76 50.77 8.21 -
YUV 179.27 42.07 164.18 -
System Red Green Blue C M Y K H S L
Decimal 230 183 27 0 0.20 0.88 0.10 46.11 0.8 0.5
Hex E6 B7 1B 0 14 58 A 2E 50 32
Octal 346 267 33 0 24 130 12 56 120 62
Binary 11100110 10110111 11011 0 10100 1011000 1010 101110 1010000 110010

Color Harmonies of #E6B71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B71B

Black with #E6B71B

Text Example


Text Example

White with #E6B71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B71B; }

 p { color: rgb(230,183,27); }

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

background-color css

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

 a { background-color: rgb(230,183,27); }

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

border-color css

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

 span { border-color: rgb(230,183,27); }

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