Html Css Color HEX #EBA81B Gold Tips

📋 copy color: '#EBA81B'

red 235 ◦ green 168 ◦ blue 27

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

Shades of Gold Tips #EBA81B

Tints of Gold Tips #EBA81B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.07%

 BLUE value IS 27 (10.94% from 255) = 6.28%

R = 54.65%
G = 39.07%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EBA81B (or 0xEBA81B) is known color: Gold Tips. HEX triplet: EB, A8 and 1B. RGB value is (235,168,27). Sum of RGB (Red+Green+Blue) = 235+168+27=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 27 (10.94% from 255 or 6.28% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA81B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA81B is #1457E4. Grayscale: #ACACAC. Windows color (decimal): -1333221 or 1812715. OLE color: 1812715.

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

Color convert

RGB 235 168 27 -
CMYK 0 0.29 0.89 0.08
HSL 40.67º 0.84% 0.51% -
HSV(B) 40.67º 0.89% 0.92% -
XYZ 48.46 45.75 7.31 -
YUV 171.96 46.2 172.96 -
System Red Green Blue C M Y K H S L
Decimal 235 168 27 0 0.29 0.89 0.08 40.67 0.84 0.51
Hex EB A8 1B 0 1D 59 8 29 54 33
Octal 353 250 33 0 35 131 10 51 124 63
Binary 11101011 10101000 11011 0 11101 1011001 1000 101001 1010100 110011

Color Harmonies of #EBA81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA81B

Black with #EBA81B

Text Example


Text Example

White with #EBA81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA81B; }

 p { color: rgb(235,168,27); }

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

background-color css

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

 a { background-color: rgb(235,168,27); }

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

border-color css

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

 span { border-color: rgb(235,168,27); }

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