Html Css Color HEX #EC763F Jaffa

📋 copy color: '#EC763F'

red 236 ◦ green 118 ◦ blue 63

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

Shades of Jaffa #EC763F

Tints of Jaffa #EC763F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.3%

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

R = 56.59%
G = 28.3%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC763F (or 0xEC763F) is known color: Jaffa. HEX triplet: EC, 76 and 3F. RGB value is (236,118,63). Sum of RGB (Red+Green+Blue) = 236+118+63=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 63 (25% from 255 or 15.11% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC763F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC763F is #1389C0. Grayscale: #939393. Windows color (decimal): -1280449 or 4159212. OLE color: 4159212.

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

Color convert

RGB 236 118 63 -
CMYK 0 0.5 0.73 0.07
HSL 19.08º 0.82% 0.59% -
HSV(B) 19.08º 0.73% 0.93% -
XYZ 41.97 31.15 8.5 -
YUV 147.01 80.59 191.47 -
System Red Green Blue C M Y K H S L
Decimal 236 118 63 0 0.5 0.73 0.07 19.08 0.82 0.59
Hex EC 76 3F 0 32 49 7 13 52 3B
Octal 354 166 77 0 62 111 7 23 122 73
Binary 11101100 1110110 111111 0 110010 1001001 111 10011 1010010 111011

Color Harmonies of #EC763F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC763F

Black with #EC763F

Text Example


Text Example

White with #EC763F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC763F; }

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

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

background-color css

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

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

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

border-color css

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

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

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