Html Css Color HEX #E6B825 Gold Tips

📋 copy color: '#E6B825'

red 230 ◦ green 184 ◦ blue 37

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

Shades of Gold Tips #E6B825

Tints of Gold Tips #E6B825

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.8%

 BLUE value IS 37 (14.84% from 255) = 8.2%

R = 51%
G = 40.8%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#E6B825 (or 0xE6B825) is known color: Gold Tips. HEX triplet: E6, B8 and 25. RGB value is (230,184,37). Sum of RGB (Red+Green+Blue) = 230+184+37=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 37 (14.84% from 255 or 8.20% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B825 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B825 is #1947DA. Grayscale: #B5B5B5. Windows color (decimal): -1656795 or 2472166. OLE color: 2472166.

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

Color convert

RGB 230 184 37 -
CMYK 0 0.2 0.84 0.10
HSL 45.7º 0.79% 0.52% -
HSV(B) 45.7º 0.84% 0.9% -
XYZ 50.11 51.24 9 -
YUV 181 46.74 162.95 -
System Red Green Blue C M Y K H S L
Decimal 230 184 37 0 0.2 0.84 0.10 45.7 0.79 0.52
Hex E6 B8 25 0 14 54 A 2E 4F 34
Octal 346 270 45 0 24 124 12 56 117 64
Binary 11100110 10111000 100101 0 10100 1010100 1010 101110 1001111 110100

Color Harmonies of #E6B825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B825

Black with #E6B825

Text Example


Text Example

White with #E6B825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B825; }

 p { color: rgb(230,184,37); }

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

background-color css

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

 a { background-color: rgb(230,184,37); }

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

border-color css

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

 span { border-color: rgb(230,184,37); }

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