Html Css Color HEX #EC6E3F Jaffa

📋 copy color: '#EC6E3F'

red 236 ◦ green 110 ◦ blue 63

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

Shades of Jaffa #EC6E3F

Tints of Jaffa #EC6E3F

RGB

 RED value IS 236 (92.58% from 255) = 57.7%

 GREEN value IS 110 (43.36% from 255) = 26.89%

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

R = 57.7%
G = 26.89%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC6E3F (or 0xEC6E3F) is known color: Jaffa. HEX triplet: EC, 6E and 3F. RGB value is (236,110,63). Sum of RGB (Red+Green+Blue) = 236+110+63=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 63 (25% from 255 or 15.40% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6E3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6E3F is #1391C0. Grayscale: #8E8E8E. Windows color (decimal): -1282497 or 4157164. OLE color: 4157164.

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

Color convert

RGB 236 110 63 -
CMYK 0 0.53 0.73 0.07
HSL 16.3º 0.82% 0.59% -
HSV(B) 16.3º 0.73% 0.93% -
XYZ 41.07 29.34 8.2 -
YUV 142.32 83.24 194.82 -
System Red Green Blue C M Y K H S L
Decimal 236 110 63 0 0.53 0.73 0.07 16.3 0.82 0.59
Hex EC 6E 3F 0 35 49 7 10 52 3B
Octal 354 156 77 0 65 111 7 20 122 73
Binary 11101100 1101110 111111 0 110101 1001001 111 10000 1010010 111011

Color Harmonies of #EC6E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6E3F

Black with #EC6E3F

Text Example


Text Example

White with #EC6E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6E3F; }

 p { color: rgb(236,110,63); }

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

background-color css

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

 a { background-color: rgb(236,110,63); }

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

border-color css

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

 span { border-color: rgb(236,110,63); }

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