Html Css Color HEX #EA703E Jaffa

📋 copy color: '#EA703E'

red 234 ◦ green 112 ◦ blue 62

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

Shades of Jaffa #EA703E

Tints of Jaffa #EA703E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.45%

 BLUE value IS 62 (24.61% from 255) = 15.2%

R = 57.35%
G = 27.45%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA703E (or 0xEA703E) is known color: Jaffa. HEX triplet: EA, 70 and 3E. RGB value is (234,112,62). Sum of RGB (Red+Green+Blue) = 234+112+62=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 62 (24.61% from 255 or 15.20% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA703E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA703E is #158FC1. Grayscale: #8F8F8F. Windows color (decimal): -1413058 or 4092138. OLE color: 4092138.

HSL color Cylindrical-coordinate representation of color #EA703E: hue angle of 17.44º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA703E is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 112 62 -
CMYK 0 0.52 0.74 0.08
HSL 17.44º 0.8% 0.58% -
HSV(B) 17.44º 0.74% 0.92% -
XYZ 40.6 29.43 8.1 -
YUV 142.78 82.42 193.07 -
System Red Green Blue C M Y K H S L
Decimal 234 112 62 0 0.52 0.74 0.08 17.44 0.8 0.58
Hex EA 70 3E 0 34 4A 8 11 50 3A
Octal 352 160 76 0 64 112 10 21 120 72
Binary 11101010 1110000 111110 0 110100 1001010 1000 10001 1010000 111010

Color Harmonies of #EA703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA703E

Black with #EA703E

Text Example


Text Example

White with #EA703E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA703E; }

 p { color: rgb(234,112,62); }

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

background-color css

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

 a { background-color: rgb(234,112,62); }

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

border-color css

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

 span { border-color: rgb(234,112,62); }

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