Html Css Color HEX #EE6F3F Jaffa

📋 copy color: '#EE6F3F'

red 238 ◦ green 111 ◦ blue 63

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

Shades of Jaffa #EE6F3F

Tints of Jaffa #EE6F3F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.94%

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

R = 57.77%
G = 26.94%
B = 15.29%

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

#EE6F3F (or 0xEE6F3F) is known color: Jaffa. HEX triplet: EE, 6F and 3F. RGB value is (238,111,63). Sum of RGB (Red+Green+Blue) = 238+111+63=412 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.77% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 63 (25% from 255 or 15.29% from 412); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6F3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE6F3F is #1190C0. Grayscale: #8F8F8F. Windows color (decimal): -1151169 or 4157422. OLE color: 4157422.

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

Color convert

RGB 238 111 63 -
CMYK 0 0.53 0.74 0.07
HSL 16.46º 0.84% 0.59% -
HSV(B) 16.46º 0.74% 0.93% -
XYZ 41.84 29.9 8.27 -
YUV 143.5 82.58 195.4 -
System Red Green Blue C M Y K H S L
Decimal 238 111 63 0 0.53 0.74 0.07 16.46 0.84 0.59
Hex EE 6F 3F 0 35 4A 7 10 54 3B
Octal 356 157 77 0 65 112 7 20 124 73
Binary 11101110 1101111 111111 0 110101 1001010 111 10000 1010100 111011

Color Harmonies of #EE6F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6F3F

Black with #EE6F3F

Text Example


Text Example

White with #EE6F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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