Html Css Color HEX #EC7D08 Tangerine

📋 copy color: '#EC7D08'

red 236 ◦ green 125 ◦ blue 8

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

Shades of Tangerine #EC7D08

Tints of Tangerine #EC7D08

RGB

 RED value IS 236 (92.58% from 255) = 63.96%

 GREEN value IS 125 (49.22% from 255) = 33.88%

 BLUE value IS 8 (3.52% from 255) = 2.17%

R = 63.96%
G = 33.88%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC7D08 (or 0xEC7D08) is known color: Tangerine. HEX triplet: EC, 7D and 08. RGB value is (236,125,8). Sum of RGB (Red+Green+Blue) = 236+125+8=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 8 (3.52% from 255 or 2.17% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7D08 is #1382F7. Grayscale: #919191. Windows color (decimal): -1278712 or 556524. OLE color: 556524.

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

Color convert

RGB 236 125 8 -
CMYK 0 0.47 0.97 0.07
HSL 30.79º 0.93% 0.48% -
HSV(B) 30.79º 0.97% 0.93% -
XYZ 41.97 32.52 4.29 -
YUV 144.85 50.77 193.01 -
System Red Green Blue C M Y K H S L
Decimal 236 125 8 0 0.47 0.97 0.07 30.79 0.93 0.48
Hex EC 7D 8 0 2F 61 7 1F 5D 30
Octal 354 175 10 0 57 141 7 37 135 60
Binary 11101100 1111101 1000 0 101111 1100001 111 11111 1011101 110000

Color Harmonies of #EC7D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7D08

Black with #EC7D08

Text Example


Text Example

White with #EC7D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7D08; }

 p { color: rgb(236,125,8); }

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

background-color css

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

 a { background-color: rgb(236,125,8); }

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

border-color css

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

 span { border-color: rgb(236,125,8); }

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