Html Css Color HEX #EA8C08 Tangerine

📋 copy color: '#EA8C08'

red 234 ◦ green 140 ◦ blue 8

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

Shades of Tangerine #EA8C08

Tints of Tangerine #EA8C08

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.65%

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

R = 61.26%
G = 36.65%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA8C08 (or 0xEA8C08) is known color: Tangerine. HEX triplet: EA, 8C and 08. RGB value is (234,140,8). Sum of RGB (Red+Green+Blue) = 234+140+8=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 8 (3.52% from 255 or 2.09% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8C08 is #1573F7. Grayscale: #999999. Windows color (decimal): -1405944 or 560362. OLE color: 560362.

HSL color Cylindrical-coordinate representation of color #EA8C08: hue angle of 35.04º degrees, saturation: 0.93, 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 #EA8C08 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 140 8 -
CMYK 0 0.40 0.97 0.08
HSL 35.04º 0.93% 0.47% -
HSV(B) 35.04º 0.97% 0.92% -
XYZ 43.35 36.27 4.94 -
YUV 153.06 46.14 185.73 -
System Red Green Blue C M Y K H S L
Decimal 234 140 8 0 0.40 0.97 0.08 35.04 0.93 0.47
Hex EA 8C 8 0 28 61 8 23 5D 2F
Octal 352 214 10 0 50 141 10 43 135 57
Binary 11101010 10001100 1000 0 101000 1100001 1000 100011 1011101 101111

Color Harmonies of #EA8C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8C08

Black with #EA8C08

Text Example


Text Example

White with #EA8C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8C08; }

 p { color: rgb(234,140,8); }

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

background-color css

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

 a { background-color: rgb(234,140,8); }

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

border-color css

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

 span { border-color: rgb(234,140,8); }

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