Html Css Color HEX #EDB110 Dark Tangerine

📋 copy color: '#EDB110'

red 237 ◦ green 177 ◦ blue 16

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

Shades of Dark Tangerine #EDB110

Tints of Dark Tangerine #EDB110

RGB

 RED value IS 237 (92.97% from 255) = 55.12%

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

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

R = 55.12%
G = 41.16%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDB110 (or 0xEDB110) is known color: Dark Tangerine. HEX triplet: ED, B1 and 10. RGB value is (237,177,16). Sum of RGB (Red+Green+Blue) = 237+177+16=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 16 (6.64% from 255 or 3.72% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB110 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB110 is #124EEF. Grayscale: #B1B1B1. Windows color (decimal): -1199856 or 1094125. OLE color: 1094125.

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

Color convert

RGB 237 177 16 -
CMYK 0 0.25 0.93 0.07
HSL 43.71º 0.87% 0.5% -
HSV(B) 43.71º 0.93% 0.93% -
XYZ 50.74 49.49 7.37 -
YUV 176.59 37.38 171.09 -
System Red Green Blue C M Y K H S L
Decimal 237 177 16 0 0.25 0.93 0.07 43.71 0.87 0.5
Hex ED B1 10 0 19 5D 7 2C 57 32
Octal 355 261 20 0 31 135 7 54 127 62
Binary 11101101 10110001 10000 0 11001 1011101 111 101100 1010111 110010

Color Harmonies of #EDB110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB110

Black with #EDB110

Text Example


Text Example

White with #EDB110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB110; }

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

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

background-color css

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

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

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

border-color css

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

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

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