Html Css Color HEX #EBAE17 Gold Tips

📋 copy color: '#EBAE17'

red 235 ◦ green 174 ◦ blue 23

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

Shades of Gold Tips #EBAE17

Tints of Gold Tips #EBAE17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.32%

R = 54.4%
G = 40.28%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EBAE17 (or 0xEBAE17) is known color: Gold Tips. HEX triplet: EB, AE and 17. RGB value is (235,174,23). Sum of RGB (Red+Green+Blue) = 235+174+23=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 23 (9.38% from 255 or 5.32% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAE17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAE17 is #1451E8. Grayscale: #AFAFAF. Windows color (decimal): -1331689 or 1552107. OLE color: 1552107.

HSL color Cylindrical-coordinate representation of color #EBAE17: hue angle of 42.74º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EBAE17 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 174 23 -
CMYK 0 0.26 0.90 0.08
HSL 42.74º 0.84% 0.51% -
HSV(B) 42.74º 0.9% 0.92% -
XYZ 49.55 48 7.46 -
YUV 175.03 42.21 170.78 -
System Red Green Blue C M Y K H S L
Decimal 235 174 23 0 0.26 0.90 0.08 42.74 0.84 0.51
Hex EB AE 17 0 1A 5A 8 2B 54 33
Octal 353 256 27 0 32 132 10 53 124 63
Binary 11101011 10101110 10111 0 11010 1011010 1000 101011 1010100 110011

Color Harmonies of #EBAE17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAE17

Black with #EBAE17

Text Example


Text Example

White with #EBAE17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAE17; }

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

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

background-color css

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

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

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

border-color css

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

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

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