Html Css Color HEX #EBAE16 Gold Tips

📋 copy color: '#EBAE16'

red 235 ◦ green 174 ◦ blue 22

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

Shades of Gold Tips #EBAE16

Tints of Gold Tips #EBAE16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.1%

R = 54.52%
G = 40.37%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EBAE16 (or 0xEBAE16) is known color: Gold Tips. HEX triplet: EB, AE and 16. RGB value is (235,174,22). Sum of RGB (Red+Green+Blue) = 235+174+22=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 22 (8.98% from 255 or 5.10% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAE16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAE16 is #1451E9. Grayscale: #AFAFAF. Windows color (decimal): -1331690 or 1486571. OLE color: 1486571.

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

Color convert

RGB 235 174 22 -
CMYK 0 0.26 0.91 0.08
HSL 42.82º 0.84% 0.5% -
HSV(B) 42.82º 0.91% 0.92% -
XYZ 49.54 47.99 7.41 -
YUV 174.91 41.71 170.86 -
System Red Green Blue C M Y K H S L
Decimal 235 174 22 0 0.26 0.91 0.08 42.82 0.84 0.5
Hex EB AE 16 0 1A 5B 8 2B 54 32
Octal 353 256 26 0 32 133 10 53 124 62
Binary 11101011 10101110 10110 0 11010 1011011 1000 101011 1010100 110010

Color Harmonies of #EBAE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAE16

Black with #EBAE16

Text Example


Text Example

White with #EBAE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAE16; }

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

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

background-color css

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

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

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

border-color css

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

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

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