Html Css Color HEX #ED830C Tangerine

📋 copy color: '#ED830C'

red 237 ◦ green 131 ◦ blue 12

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

Shades of Tangerine #ED830C

Tints of Tangerine #ED830C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.47%

 BLUE value IS 12 (5.08% from 255) = 3.16%

R = 62.37%
G = 34.47%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED830C (or 0xED830C) is known color: Tangerine. HEX triplet: ED, 83 and 0C. RGB value is (237,131,12). Sum of RGB (Red+Green+Blue) = 237+131+12=380 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.37% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 237 - color contains mainly: red. Hex color #ED830C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED830C is #127CF3. Grayscale: #959595. Windows color (decimal): -1211636 or 820205. OLE color: 820205.

HSL color Cylindrical-coordinate representation of color #ED830C: hue angle of 31.73º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED830C is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 131 12 -
CMYK 0 0.45 0.95 0.07
HSL 31.73º 0.9% 0.49% -
HSV(B) 31.73º 0.95% 0.93% -
XYZ 43.11 34.26 4.69 -
YUV 149.13 50.62 190.68 -
System Red Green Blue C M Y K H S L
Decimal 237 131 12 0 0.45 0.95 0.07 31.73 0.9 0.49
Hex ED 83 C 0 2D 5F 7 20 5A 31
Octal 355 203 14 0 55 137 7 40 132 61
Binary 11101101 10000011 1100 0 101101 1011111 111 100000 1011010 110001

Color Harmonies of #ED830C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED830C

Black with #ED830C

Text Example


Text Example

White with #ED830C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED830C; }

 p { color: rgb(237,131,12); }

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

background-color css

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

 a { background-color: rgb(237,131,12); }

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

border-color css

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

 span { border-color: rgb(237,131,12); }

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