Html Css Color HEX #EA8F07 Tangerine

📋 copy color: '#EA8F07'

red 234 ◦ green 143 ◦ blue 7

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

Shades of Tangerine #EA8F07

Tints of Tangerine #EA8F07

RGB

 RED value IS 234 (91.8% from 255) = 60.94%

 GREEN value IS 143 (56.25% from 255) = 37.24%

 BLUE value IS 7 (3.13% from 255) = 1.82%

R = 60.94%
G = 37.24%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA8F07 (or 0xEA8F07) is known color: Tangerine. HEX triplet: EA, 8F and 07. RGB value is (234,143,7). Sum of RGB (Red+Green+Blue) = 234+143+7=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 7 (3.12% from 255 or 1.82% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8F07 is #1570F8. Grayscale: #9B9B9B. Windows color (decimal): -1405177 or 495594. OLE color: 495594.

HSL color Cylindrical-coordinate representation of color #EA8F07: hue angle of 35.95º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA8F07 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 143 7 -
CMYK 0 0.39 0.97 0.08
HSL 35.95º 0.94% 0.47% -
HSV(B) 35.95º 0.97% 0.92% -
XYZ 43.79 37.15 5.06 -
YUV 154.71 44.65 184.56 -
System Red Green Blue C M Y K H S L
Decimal 234 143 7 0 0.39 0.97 0.08 35.95 0.94 0.47
Hex EA 8F 7 0 27 61 8 24 5E 2F
Octal 352 217 7 0 47 141 10 44 136 57
Binary 11101010 10001111 111 0 100111 1100001 1000 100100 1011110 101111

Color Harmonies of #EA8F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8F07

Black with #EA8F07

Text Example


Text Example

White with #EA8F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8F07; }

 p { color: rgb(234,143,7); }

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

background-color css

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

 a { background-color: rgb(234,143,7); }

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

border-color css

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

 span { border-color: rgb(234,143,7); }

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