Html Css Color HEX #EAB627 Gold Tips

📋 copy color: '#EAB627'

red 234 ◦ green 182 ◦ blue 39

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

Shades of Gold Tips #EAB627

Tints of Gold Tips #EAB627

RGB

 RED value IS 234 (91.8% from 255) = 51.43%

 GREEN value IS 182 (71.48% from 255) = 40%

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

R = 51.43%
G = 40%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EAB627 (or 0xEAB627) is known color: Gold Tips. HEX triplet: EA, B6 and 27. RGB value is (234,182,39). Sum of RGB (Red+Green+Blue) = 234+182+39=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 39 (15.62% from 255 or 8.57% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB627 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB627 is #1549D8. Grayscale: #B5B5B5. Windows color (decimal): -1395161 or 2602730. OLE color: 2602730.

HSL color Cylindrical-coordinate representation of color #EAB627: hue angle of 44º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EAB627 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 182 39 -
CMYK 0 0.22 0.83 0.08
HSL 44º 0.82% 0.54% -
HSV(B) 44º 0.83% 0.92% -
XYZ 51.03 51.09 9.09 -
YUV 181.25 47.73 165.63 -
System Red Green Blue C M Y K H S L
Decimal 234 182 39 0 0.22 0.83 0.08 44 0.82 0.54
Hex EA B6 27 0 16 53 8 2C 52 36
Octal 352 266 47 0 26 123 10 54 122 66
Binary 11101010 10110110 100111 0 10110 1010011 1000 101100 1010010 110110

Color Harmonies of #EAB627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB627

Black with #EAB627

Text Example


Text Example

White with #EAB627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB627; }

 p { color: rgb(234,182,39); }

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

background-color css

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

 a { background-color: rgb(234,182,39); }

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

border-color css

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

 span { border-color: rgb(234,182,39); }

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