Html Css Color HEX #EBAF14 Gold Tips

📋 copy color: '#EBAF14'

red 235 ◦ green 175 ◦ blue 20

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

Shades of Gold Tips #EBAF14

Tints of Gold Tips #EBAF14

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.7%

 BLUE value IS 20 (8.2% from 255) = 4.65%

R = 54.65%
G = 40.7%
B = 4.65%

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

#EBAF14 (or 0xEBAF14) is known color: Gold Tips. HEX triplet: EB, AF and 14. RGB value is (235,175,20). Sum of RGB (Red+Green+Blue) = 235+175+20=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 20 (8.20% from 255 or 4.65% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAF14 is #1450EB. Grayscale: #AFAFAF. Windows color (decimal): -1331436 or 1355755. OLE color: 1355755.

HSL color Cylindrical-coordinate representation of color #EBAF14: hue angle of 43.26º 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 #EBAF14 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 175 20 -
CMYK 0 0.26 0.91 0.08
HSL 43.26º 0.84% 0.5% -
HSV(B) 43.26º 0.91% 0.92% -
XYZ 49.72 48.37 7.38 -
YUV 175.27 40.38 170.6 -
System Red Green Blue C M Y K H S L
Decimal 235 175 20 0 0.26 0.91 0.08 43.26 0.84 0.5
Hex EB AF 14 0 1A 5B 8 2B 54 32
Octal 353 257 24 0 32 133 10 53 124 62
Binary 11101011 10101111 10100 0 11010 1011011 1000 101011 1010100 110010

Color Harmonies of #EBAF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAF14

Black with #EBAF14

Text Example


Text Example

White with #EBAF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAF14; }

 p { color: rgb(235,175,20); }

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

background-color css

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

 a { background-color: rgb(235,175,20); }

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

border-color css

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

 span { border-color: rgb(235,175,20); }

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