Html Css Color HEX #EDB011 Dark Tangerine

📋 copy color: '#EDB011'

red 237 ◦ green 176 ◦ blue 17

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

Shades of Dark Tangerine #EDB011

Tints of Dark Tangerine #EDB011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.95%

R = 55.12%
G = 40.93%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDB011 (or 0xEDB011) is known color: Dark Tangerine. HEX triplet: ED, B0 and 11. RGB value is (237,176,17). Sum of RGB (Red+Green+Blue) = 237+176+17=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 17 (7.03% from 255 or 3.95% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB011 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB011 is #124FEE. Grayscale: #B0B0B0. Windows color (decimal): -1200111 or 1159405. OLE color: 1159405.

HSL color Cylindrical-coordinate representation of color #EDB011: hue angle of 43.36º 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 #EDB011 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 176 17 -
CMYK 0 0.26 0.93 0.07
HSL 43.36º 0.87% 0.5% -
HSV(B) 43.36º 0.93% 0.93% -
XYZ 50.55 49.1 7.34 -
YUV 176.11 38.21 171.43 -
System Red Green Blue C M Y K H S L
Decimal 237 176 17 0 0.26 0.93 0.07 43.36 0.87 0.5
Hex ED B0 11 0 1A 5D 7 2B 57 32
Octal 355 260 21 0 32 135 7 53 127 62
Binary 11101101 10110000 10001 0 11010 1011101 111 101011 1010111 110010

Color Harmonies of #EDB011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB011

Black with #EDB011

Text Example


Text Example

White with #EDB011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB011; }

 p { color: rgb(237,176,17); }

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

background-color css

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

 a { background-color: rgb(237,176,17); }

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

border-color css

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

 span { border-color: rgb(237,176,17); }

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