Html Css Color HEX #EBA91D Gold Tips

📋 copy color: '#EBA91D'

red 235 ◦ green 169 ◦ blue 29

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

Shades of Gold Tips #EBA91D

Tints of Gold Tips #EBA91D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.03%

 BLUE value IS 29 (11.72% from 255) = 6.7%

R = 54.27%
G = 39.03%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EBA91D (or 0xEBA91D) is known color: Gold Tips. HEX triplet: EB, A9 and 1D. RGB value is (235,169,29). Sum of RGB (Red+Green+Blue) = 235+169+29=433 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.27% from 433); Green value is 169 (66.41% from 255 or 39.03% from 433); Blue value is 29 (11.72% from 255 or 6.70% from 433); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA91D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA91D is #1456E2. Grayscale: #ADADAD. Windows color (decimal): -1332963 or 1944043. OLE color: 1944043.

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

Color convert

RGB 235 169 29 -
CMYK 0 0.28 0.88 0.08
HSL 40.78º 0.84% 0.52% -
HSV(B) 40.78º 0.88% 0.92% -
XYZ 48.67 46.13 7.5 -
YUV 172.77 46.87 172.38 -
System Red Green Blue C M Y K H S L
Decimal 235 169 29 0 0.28 0.88 0.08 40.78 0.84 0.52
Hex EB A9 1D 0 1C 58 8 29 54 34
Octal 353 251 35 0 34 130 10 51 124 64
Binary 11101011 10101001 11101 0 11100 1011000 1000 101001 1010100 110100

Color Harmonies of #EBA91D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA91D

Black with #EBA91D

Text Example


Text Example

White with #EBA91D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA91D; }

 p { color: rgb(235,169,29); }

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

background-color css

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

 a { background-color: rgb(235,169,29); }

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

border-color css

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

 span { border-color: rgb(235,169,29); }

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