Html Css Color HEX #EBB01F Gold Tips

📋 copy color: '#EBB01F'

red 235 ◦ green 176 ◦ blue 31

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

Shades of Gold Tips #EBB01F

Tints of Gold Tips #EBB01F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.01%

R = 53.17%
G = 39.82%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EBB01F (or 0xEBB01F) is known color: Gold Tips. HEX triplet: EB, B0 and 1F. RGB value is (235,176,31). Sum of RGB (Red+Green+Blue) = 235+176+31=442 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.17% from 442); Green value is 176 (69.14% from 255 or 39.82% from 442); Blue value is 31 (12.5% from 255 or 7.01% from 442); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB01F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBB01F is #144FE0. Grayscale: #B1B1B1. Windows color (decimal): -1331169 or 2076907. OLE color: 2076907.

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

Color convert

RGB 235 176 31 -
CMYK 0 0.25 0.87 0.08
HSL 42.65º 0.84% 0.52% -
HSV(B) 42.65º 0.87% 0.92% -
XYZ 50.03 48.81 8.08 -
YUV 177.11 45.55 169.29 -
System Red Green Blue C M Y K H S L
Decimal 235 176 31 0 0.25 0.87 0.08 42.65 0.84 0.52
Hex EB B0 1F 0 19 57 8 2B 54 34
Octal 353 260 37 0 31 127 10 53 124 64
Binary 11101011 10110000 11111 0 11001 1010111 1000 101011 1010100 110100

Color Harmonies of #EBB01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB01F

Black with #EBB01F

Text Example


Text Example

White with #EBB01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB01F; }

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

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

background-color css

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

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

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

border-color css

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

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

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