Html Css Color HEX #ED850A Tangerine

📋 copy color: '#ED850A'

red 237 ◦ green 133 ◦ blue 10

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

Shades of Tangerine #ED850A

Tints of Tangerine #ED850A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35%

 BLUE value IS 10 (4.3% from 255) = 2.63%

R = 62.37%
G = 35%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED850A (or 0xED850A) is known color: Tangerine. HEX triplet: ED, 85 and 0A. RGB value is (237,133,10). Sum of RGB (Red+Green+Blue) = 237+133+10=380 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.37% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 10 (4.30% from 255 or 2.63% from 380); Max value from RGB is 237 - color contains mainly: red. Hex color #ED850A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED850A is #127AF5. Grayscale: #969696. Windows color (decimal): -1211126 or 689645. OLE color: 689645.

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

Color convert

RGB 237 133 10 -
CMYK 0 0.44 0.96 0.07
HSL 32.51º 0.92% 0.48% -
HSV(B) 32.51º 0.96% 0.93% -
XYZ 43.37 34.8 4.72 -
YUV 150.07 48.96 190 -
System Red Green Blue C M Y K H S L
Decimal 237 133 10 0 0.44 0.96 0.07 32.51 0.92 0.48
Hex ED 85 A 0 2C 60 7 21 5C 30
Octal 355 205 12 0 54 140 7 41 134 60
Binary 11101101 10000101 1010 0 101100 1100000 111 100001 1011100 110000

Color Harmonies of #ED850A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED850A

Black with #ED850A

Text Example


Text Example

White with #ED850A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED850A; }

 p { color: rgb(237,133,10); }

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

background-color css

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

 a { background-color: rgb(237,133,10); }

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

border-color css

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

 span { border-color: rgb(237,133,10); }

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