Html Css Color HEX #EBB015 Gold Tips

📋 copy color: '#EBB015'

red 235 ◦ green 176 ◦ blue 21

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

Shades of Gold Tips #EBB015

Tints of Gold Tips #EBB015

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.74%

 BLUE value IS 21 (8.59% from 255) = 4.86%

R = 54.4%
G = 40.74%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EBB015 (or 0xEBB015) is known color: Gold Tips. HEX triplet: EB, B0 and 15. RGB value is (235,176,21). Sum of RGB (Red+Green+Blue) = 235+176+21=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 21 (8.59% from 255 or 4.86% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB015 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBB015 is #144FEA. Grayscale: #B0B0B0. Windows color (decimal): -1331179 or 1421547. OLE color: 1421547.

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

Color convert

RGB 235 176 21 -
CMYK 0 0.25 0.91 0.08
HSL 43.46º 0.84% 0.5% -
HSV(B) 43.46º 0.91% 0.92% -
XYZ 49.92 48.77 7.49 -
YUV 175.97 40.55 170.1 -
System Red Green Blue C M Y K H S L
Decimal 235 176 21 0 0.25 0.91 0.08 43.46 0.84 0.5
Hex EB B0 15 0 19 5B 8 2B 54 32
Octal 353 260 25 0 31 133 10 53 124 62
Binary 11101011 10110000 10101 0 11001 1011011 1000 101011 1010100 110010

Color Harmonies of #EBB015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB015

Black with #EBB015

Text Example


Text Example

White with #EBB015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB015; }

 p { color: rgb(235,176,21); }

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

background-color css

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

 a { background-color: rgb(235,176,21); }

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

border-color css

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

 span { border-color: rgb(235,176,21); }

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