Html Css Color HEX #EBAE2C Gold Tips

📋 copy color: '#EBAE2C'

red 235 ◦ green 174 ◦ blue 44

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

Shades of Gold Tips #EBAE2C

Tints of Gold Tips #EBAE2C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.41%

 BLUE value IS 44 (17.58% from 255) = 9.71%

R = 51.88%
G = 38.41%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EBAE2C (or 0xEBAE2C) is known color: Gold Tips. HEX triplet: EB, AE and 2C. RGB value is (235,174,44). Sum of RGB (Red+Green+Blue) = 235+174+44=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 44 (17.58% from 255 or 9.71% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAE2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAE2C is #1451D3. Grayscale: #B2B2B2. Windows color (decimal): -1331668 or 2928363. OLE color: 2928363.

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

Color convert

RGB 235 174 44 -
CMYK 0 0.26 0.81 0.08
HSL 40.84º 0.83% 0.55% -
HSV(B) 40.84º 0.81% 0.92% -
XYZ 49.85 48.12 9.04 -
YUV 177.42 52.71 169.07 -
System Red Green Blue C M Y K H S L
Decimal 235 174 44 0 0.26 0.81 0.08 40.84 0.83 0.55
Hex EB AE 2C 0 1A 51 8 29 53 37
Octal 353 256 54 0 32 121 10 51 123 67
Binary 11101011 10101110 101100 0 11010 1010001 1000 101001 1010011 110111

Color Harmonies of #EBAE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAE2C

Black with #EBAE2C

Text Example


Text Example

White with #EBAE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAE2C; }

 p { color: rgb(235,174,44); }

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

background-color css

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

 a { background-color: rgb(235,174,44); }

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

border-color css

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

 span { border-color: rgb(235,174,44); }

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