Html Css Color HEX #EDB112 Dark Tangerine

📋 copy color: '#EDB112'

red 237 ◦ green 177 ◦ blue 18

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

Shades of Dark Tangerine #EDB112

Tints of Dark Tangerine #EDB112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.17%

R = 54.86%
G = 40.97%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDB112 (or 0xEDB112) is known color: Dark Tangerine. HEX triplet: ED, B1 and 12. RGB value is (237,177,18). Sum of RGB (Red+Green+Blue) = 237+177+18=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 177 (69.53% from 255 or 40.97% from 432); Blue value is 18 (7.42% from 255 or 4.17% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB112 is #124EED. Grayscale: #B1B1B1. Windows color (decimal): -1199854 or 1225197. OLE color: 1225197.

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

Color convert

RGB 237 177 18 -
CMYK 0 0.25 0.92 0.07
HSL 43.56º 0.86% 0.5% -
HSV(B) 43.56º 0.92% 0.93% -
XYZ 50.76 49.49 7.45 -
YUV 176.81 38.38 170.93 -
System Red Green Blue C M Y K H S L
Decimal 237 177 18 0 0.25 0.92 0.07 43.56 0.86 0.5
Hex ED B1 12 0 19 5C 7 2C 56 32
Octal 355 261 22 0 31 134 7 54 126 62
Binary 11101101 10110001 10010 0 11001 1011100 111 101100 1010110 110010

Color Harmonies of #EDB112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB112

Black with #EDB112

Text Example


Text Example

White with #EDB112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB112; }

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

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

background-color css

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

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

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

border-color css

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

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

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