Html Css Color HEX #EA8C0B Tangerine

📋 copy color: '#EA8C0B'

red 234 ◦ green 140 ◦ blue 11

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

Shades of Tangerine #EA8C0B

Tints of Tangerine #EA8C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.86%

R = 60.78%
G = 36.36%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EA8C0B (or 0xEA8C0B) is known color: Tangerine. HEX triplet: EA, 8C and 0B. RGB value is (234,140,11). Sum of RGB (Red+Green+Blue) = 234+140+11=385 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.78% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 11 (4.69% from 255 or 2.86% from 385); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8C0B is #1573F4. Grayscale: #9A9A9A. Windows color (decimal): -1405941 or 756970. OLE color: 756970.

HSL color Cylindrical-coordinate representation of color #EA8C0B: hue angle of 34.71º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA8C0B is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 140 11 -
CMYK 0 0.40 0.95 0.08
HSL 34.71º 0.91% 0.48% -
HSV(B) 34.71º 0.95% 0.92% -
XYZ 43.37 36.27 5.03 -
YUV 153.4 47.64 185.49 -
System Red Green Blue C M Y K H S L
Decimal 234 140 11 0 0.40 0.95 0.08 34.71 0.91 0.48
Hex EA 8C B 0 28 5F 8 23 5B 30
Octal 352 214 13 0 50 137 10 43 133 60
Binary 11101010 10001100 1011 0 101000 1011111 1000 100011 1011011 110000

Color Harmonies of #EA8C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8C0B

Black with #EA8C0B

Text Example


Text Example

White with #EA8C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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