Html Css Color HEX #EE703F Jaffa

📋 copy color: '#EE703F'

red 238 ◦ green 112 ◦ blue 63

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

Shades of Jaffa #EE703F

Tints of Jaffa #EE703F

RGB

 RED value IS 238 (93.36% from 255) = 57.63%

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

 BLUE value IS 63 (25% from 255) = 15.25%

R = 57.63%
G = 27.12%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EE703F (or 0xEE703F) is known color: Jaffa. HEX triplet: EE, 70 and 3F. RGB value is (238,112,63). Sum of RGB (Red+Green+Blue) = 238+112+63=413 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.63% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 63 (25% from 255 or 15.25% from 413); Max value from RGB is 238 - color contains mainly: red. Hex color #EE703F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE703F is #118FC0. Grayscale: #909090. Windows color (decimal): -1150913 or 4157678. OLE color: 4157678.

HSL color Cylindrical-coordinate representation of color #EE703F: hue angle of 16.8º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE703F is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 112 63 -
CMYK 0 0.53 0.74 0.07
HSL 16.8º 0.84% 0.59% -
HSV(B) 16.8º 0.74% 0.93% -
XYZ 41.95 30.12 8.31 -
YUV 144.09 82.24 194.98 -
System Red Green Blue C M Y K H S L
Decimal 238 112 63 0 0.53 0.74 0.07 16.8 0.84 0.59
Hex EE 70 3F 0 35 4A 7 11 54 3B
Octal 356 160 77 0 65 112 7 21 124 73
Binary 11101110 1110000 111111 0 110101 1001010 111 10001 1010100 111011

Color Harmonies of #EE703F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE703F

Black with #EE703F

Text Example


Text Example

White with #EE703F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE703F; }

 p { color: rgb(238,112,63); }

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

background-color css

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

 a { background-color: rgb(238,112,63); }

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

border-color css

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

 span { border-color: rgb(238,112,63); }

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