Html Css Color HEX #EBAB2A Gold Tips

📋 copy color: '#EBAB2A'

red 235 ◦ green 171 ◦ blue 42

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

Shades of Gold Tips #EBAB2A

Tints of Gold Tips #EBAB2A

RGB

 RED value IS 235 (92.19% from 255) = 52.46%

 GREEN value IS 171 (67.19% from 255) = 38.17%

 BLUE value IS 42 (16.8% from 255) = 9.38%

R = 52.46%
G = 38.17%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EBAB2A (or 0xEBAB2A) is known color: Gold Tips. HEX triplet: EB, AB and 2A. RGB value is (235,171,42). Sum of RGB (Red+Green+Blue) = 235+171+42=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 42 (16.80% from 255 or 9.38% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAB2A is #1454D5. Grayscale: #B0B0B0. Windows color (decimal): -1332438 or 2796523. OLE color: 2796523.

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

Color convert

RGB 235 171 42 -
CMYK 0 0.27 0.82 0.08
HSL 40.1º 0.83% 0.54% -
HSV(B) 40.1º 0.82% 0.92% -
XYZ 49.24 46.96 8.66 -
YUV 175.43 52.7 170.49 -
System Red Green Blue C M Y K H S L
Decimal 235 171 42 0 0.27 0.82 0.08 40.1 0.83 0.54
Hex EB AB 2A 0 1B 52 8 28 53 36
Octal 353 253 52 0 33 122 10 50 123 66
Binary 11101011 10101011 101010 0 11011 1010010 1000 101000 1010011 110110

Color Harmonies of #EBAB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAB2A

Black with #EBAB2A

Text Example


Text Example

White with #EBAB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAB2A; }

 p { color: rgb(235,171,42); }

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

background-color css

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

 a { background-color: rgb(235,171,42); }

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

border-color css

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

 span { border-color: rgb(235,171,42); }

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