Html Css Color HEX #EA8C06 Tangerine

📋 copy color: '#EA8C06'

red 234 ◦ green 140 ◦ blue 6

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

Shades of Tangerine #EA8C06

Tints of Tangerine #EA8C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.58%

R = 61.58%
G = 36.84%
B = 1.58%

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

#EA8C06 (or 0xEA8C06) is known color: Tangerine. HEX triplet: EA, 8C and 06. RGB value is (234,140,6). Sum of RGB (Red+Green+Blue) = 234+140+6=380 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.58% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 6 (2.73% from 255 or 1.58% from 380); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8C06 is #1573F9. Grayscale: #999999. Windows color (decimal): -1405946 or 429290. OLE color: 429290.

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

Color convert

RGB 234 140 6 -
CMYK 0 0.40 0.97 0.08
HSL 35.26º 0.95% 0.47% -
HSV(B) 35.26º 0.97% 0.92% -
XYZ 43.34 36.26 4.89 -
YUV 152.83 45.14 185.9 -
System Red Green Blue C M Y K H S L
Decimal 234 140 6 0 0.40 0.97 0.08 35.26 0.95 0.47
Hex EA 8C 6 0 28 61 8 23 5F 2F
Octal 352 214 6 0 50 141 10 43 137 57
Binary 11101010 10001100 110 0 101000 1100001 1000 100011 1011111 101111

Color Harmonies of #EA8C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8C06

Black with #EA8C06

Text Example


Text Example

White with #EA8C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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