Html Css Color HEX #EE703E Jaffa

📋 copy color: '#EE703E'

red 238 ◦ green 112 ◦ blue 62

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

Shades of Jaffa #EE703E

Tints of Jaffa #EE703E

RGB

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

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

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

R = 57.77%
G = 27.18%
B = 15.05%

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

#EE703E (or 0xEE703E) is known color: Jaffa. HEX triplet: EE, 70 and 3E. RGB value is (238,112,62). Sum of RGB (Red+Green+Blue) = 238+112+62=412 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.77% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 62 (24.61% from 255 or 15.05% from 412); Max value from RGB is 238 - color contains mainly: red. Hex color #EE703E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE703E is #118FC1. Grayscale: #909090. Windows color (decimal): -1150914 or 4092142. OLE color: 4092142.

HSL color Cylindrical-coordinate representation of color #EE703E: hue angle of 17.05º 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 #EE703E is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 112 62 -
CMYK 0 0.53 0.74 0.07
HSL 17.05º 0.84% 0.59% -
HSV(B) 17.05º 0.74% 0.93% -
XYZ 41.92 30.11 8.16 -
YUV 143.97 81.74 195.07 -
System Red Green Blue C M Y K H S L
Decimal 238 112 62 0 0.53 0.74 0.07 17.05 0.84 0.59
Hex EE 70 3E 0 35 4A 7 11 54 3B
Octal 356 160 76 0 65 112 7 21 124 73
Binary 11101110 1110000 111110 0 110101 1001010 111 10001 1010100 111011

Color Harmonies of #EE703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE703E

Black with #EE703E

Text Example


Text Example

White with #EE703E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE703E; }

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

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

background-color css

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

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

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

border-color css

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

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

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