Html Css Color HEX #ED8104 Tangerine

📋 copy color: '#ED8104'

red 237 ◦ green 129 ◦ blue 4

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

Shades of Tangerine #ED8104

Tints of Tangerine #ED8104

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.86%

 BLUE value IS 4 (1.95% from 255) = 1.08%

R = 64.05%
G = 34.86%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED8104 (or 0xED8104) is known color: Tangerine. HEX triplet: ED, 81 and 04. RGB value is (237,129,4). Sum of RGB (Red+Green+Blue) = 237+129+4=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 4 (1.95% from 255 or 1.08% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8104 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8104 is #127EFB. Grayscale: #939393. Windows color (decimal): -1212156 or 295405. OLE color: 295405.

HSL color Cylindrical-coordinate representation of color #ED8104: hue angle of 32.19º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED8104 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 129 4 -
CMYK 0 0.46 0.98 0.07
HSL 32.19º 0.97% 0.47% -
HSV(B) 32.19º 0.98% 0.93% -
XYZ 42.8 33.71 4.37 -
YUV 147.04 47.28 192.16 -
System Red Green Blue C M Y K H S L
Decimal 237 129 4 0 0.46 0.98 0.07 32.19 0.97 0.47
Hex ED 81 4 0 2E 62 7 20 61 2F
Octal 355 201 4 0 56 142 7 40 141 57
Binary 11101101 10000001 100 0 101110 1100010 111 100000 1100001 101111

Color Harmonies of #ED8104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8104

Black with #ED8104

Text Example


Text Example

White with #ED8104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8104; }

 p { color: rgb(237,129,4); }

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

background-color css

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

 a { background-color: rgb(237,129,4); }

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

border-color css

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

 span { border-color: rgb(237,129,4); }

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