Html Css Color HEX #ED800B Tangerine

📋 copy color: '#ED800B'

red 237 ◦ green 128 ◦ blue 11

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

Shades of Tangerine #ED800B

Tints of Tangerine #ED800B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.04%

 BLUE value IS 11 (4.69% from 255) = 2.93%

R = 63.03%
G = 34.04%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED800B (or 0xED800B) is known color: Tangerine. HEX triplet: ED, 80 and 0B. RGB value is (237,128,11). Sum of RGB (Red+Green+Blue) = 237+128+11=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 11 (4.69% from 255 or 2.93% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED800B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED800B is #127FF4. Grayscale: #939393. Windows color (decimal): -1212405 or 753901. OLE color: 753901.

HSL color Cylindrical-coordinate representation of color #ED800B: hue angle of 31.06º degrees, saturation: 0.91, 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 #ED800B is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 128 11 -
CMYK 0 0.46 0.95 0.07
HSL 31.06º 0.91% 0.49% -
HSV(B) 31.06º 0.95% 0.93% -
XYZ 42.7 33.47 4.53 -
YUV 147.25 51.11 192.01 -
System Red Green Blue C M Y K H S L
Decimal 237 128 11 0 0.46 0.95 0.07 31.06 0.91 0.49
Hex ED 80 B 0 2E 5F 7 1F 5B 31
Octal 355 200 13 0 56 137 7 37 133 61
Binary 11101101 10000000 1011 0 101110 1011111 111 11111 1011011 110001

Color Harmonies of #ED800B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED800B

Black with #ED800B

Text Example


Text Example

White with #ED800B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED800B; }

 p { color: rgb(237,128,11); }

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

background-color css

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

 a { background-color: rgb(237,128,11); }

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

border-color css

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

 span { border-color: rgb(237,128,11); }

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