Html Css Color HEX #E1B427 Gold Tips

📋 copy color: '#E1B427'

red 225 ◦ green 180 ◦ blue 39

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

Shades of Gold Tips #E1B427

Tints of Gold Tips #E1B427

RGB

 RED value IS 225 (88.28% from 255) = 50.68%

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

 BLUE value IS 39 (15.63% from 255) = 8.78%

R = 50.68%
G = 40.54%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E1B427 (or 0xE1B427) is known color: Gold Tips. HEX triplet: E1, B4 and 27. RGB value is (225,180,39). Sum of RGB (Red+Green+Blue) = 225+180+39=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 39 (15.62% from 255 or 8.78% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B427 is #1E4BD8. Grayscale: #B1B1B1. Windows color (decimal): -1985497 or 2602209. OLE color: 2602209.

HSL color Cylindrical-coordinate representation of color #E1B427: hue angle of 45.48º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E1B427 is Cyan = 0, Magento = 0.2, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 180 39 -
CMYK 0 0.2 0.83 0.12
HSL 45.48º 0.76% 0.52% -
HSV(B) 45.48º 0.83% 0.88% -
XYZ 47.74 48.8 8.82 -
YUV 177.38 49.91 161.96 -
System Red Green Blue C M Y K H S L
Decimal 225 180 39 0 0.2 0.83 0.12 45.48 0.76 0.52
Hex E1 B4 27 0 14 53 C 2D 4C 34
Octal 341 264 47 0 24 123 14 55 114 64
Binary 11100001 10110100 100111 0 10100 1010011 1100 101101 1001100 110100

Color Harmonies of #E1B427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B427

Black with #E1B427

Text Example


Text Example

White with #E1B427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B427; }

 p { color: rgb(225,180,39); }

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

background-color css

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

 a { background-color: rgb(225,180,39); }

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

border-color css

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

 span { border-color: rgb(225,180,39); }

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