Html Css Color HEX #EDB210 Dark Tangerine

📋 copy color: '#EDB210'

red 237 ◦ green 178 ◦ blue 16

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

Shades of Dark Tangerine #EDB210

Tints of Dark Tangerine #EDB210

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.3%

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

R = 54.99%
G = 41.3%
B = 3.71%

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

#EDB210 (or 0xEDB210) is known color: Dark Tangerine. HEX triplet: ED, B2 and 10. RGB value is (237,178,16). Sum of RGB (Red+Green+Blue) = 237+178+16=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 16 (6.64% from 255 or 3.71% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB210 is #124DEF. Grayscale: #B1B1B1. Windows color (decimal): -1199600 or 1094381. OLE color: 1094381.

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

Color convert

RGB 237 178 16 -
CMYK 0 0.25 0.93 0.07
HSL 43.98º 0.87% 0.5% -
HSV(B) 43.98º 0.93% 0.93% -
XYZ 50.94 49.88 7.43 -
YUV 177.17 37.05 170.67 -
System Red Green Blue C M Y K H S L
Decimal 237 178 16 0 0.25 0.93 0.07 43.98 0.87 0.5
Hex ED B2 10 0 19 5D 7 2C 57 32
Octal 355 262 20 0 31 135 7 54 127 62
Binary 11101101 10110010 10000 0 11001 1011101 111 101100 1010111 110010

Color Harmonies of #EDB210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB210

Black with #EDB210

Text Example


Text Example

White with #EDB210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB210; }

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

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

background-color css

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

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

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

border-color css

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

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

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