Html Css Color HEX #EF810C Tangerine

📋 copy color: '#EF810C'

red 239 ◦ green 129 ◦ blue 12

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

Shades of Tangerine #EF810C

Tints of Tangerine #EF810C

RGB

 RED value IS 239 (93.75% from 255) = 62.89%

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

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

R = 62.89%
G = 33.95%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF810C (or 0xEF810C) is known color: Tangerine. HEX triplet: EF, 81 and 0C. RGB value is (239,129,12). Sum of RGB (Red+Green+Blue) = 239+129+12=380 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.89% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 239 - color contains mainly: red. Hex color #EF810C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF810C is #107EF3. Grayscale: #959595. Windows color (decimal): -1081076 or 819695. OLE color: 819695.

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

Color convert

RGB 239 129 12 -
CMYK 0 0.46 0.95 0.06
HSL 30.93º 0.9% 0.49% -
HSV(B) 30.93º 0.95% 0.94% -
XYZ 43.51 34.08 4.63 -
YUV 148.55 50.94 192.51 -
System Red Green Blue C M Y K H S L
Decimal 239 129 12 0 0.46 0.95 0.06 30.93 0.9 0.49
Hex EF 81 C 0 2E 5F 6 1F 5A 31
Octal 357 201 14 0 56 137 6 37 132 61
Binary 11101111 10000001 1100 0 101110 1011111 110 11111 1011010 110001

Color Harmonies of #EF810C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF810C

Black with #EF810C

Text Example


Text Example

White with #EF810C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF810C; }

 p { color: rgb(239,129,12); }

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

background-color css

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

 a { background-color: rgb(239,129,12); }

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

border-color css

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

 span { border-color: rgb(239,129,12); }

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