Html Css Color HEX #EBB110 Dark Tangerine

📋 copy color: '#EBB110'

red 235 ◦ green 177 ◦ blue 16

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

Shades of Dark Tangerine #EBB110

Tints of Dark Tangerine #EBB110

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.36%

 BLUE value IS 16 (6.64% from 255) = 3.74%

R = 54.91%
G = 41.36%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EBB110 (or 0xEBB110) is known color: Dark Tangerine. HEX triplet: EB, B1 and 10. RGB value is (235,177,16). Sum of RGB (Red+Green+Blue) = 235+177+16=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 177 (69.53% from 255 or 41.36% from 428); Blue value is 16 (6.64% from 255 or 3.74% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB110 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBB110 is #144EEF. Grayscale: #B0B0B0. Windows color (decimal): -1330928 or 1094123. OLE color: 1094123.

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

Color convert

RGB 235 177 16 -
CMYK 0 0.25 0.93 0.08
HSL 44.11º 0.87% 0.49% -
HSV(B) 44.11º 0.93% 0.92% -
XYZ 50.08 49.14 7.34 -
YUV 175.99 37.72 170.09 -
System Red Green Blue C M Y K H S L
Decimal 235 177 16 0 0.25 0.93 0.08 44.11 0.87 0.49
Hex EB B1 10 0 19 5D 8 2C 57 31
Octal 353 261 20 0 31 135 10 54 127 61
Binary 11101011 10110001 10000 0 11001 1011101 1000 101100 1010111 110001

Color Harmonies of #EBB110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB110

Black with #EBB110

Text Example


Text Example

White with #EBB110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB110; }

 p { color: rgb(235,177,16); }

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

background-color css

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

 a { background-color: rgb(235,177,16); }

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

border-color css

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

 span { border-color: rgb(235,177,16); }

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