Html Css Color HEX #EC753D Jaffa

📋 copy color: '#EC753D'

red 236 ◦ green 117 ◦ blue 61

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

Shades of Jaffa #EC753D

Tints of Jaffa #EC753D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.26%

 BLUE value IS 61 (24.22% from 255) = 14.73%

R = 57%
G = 28.26%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC753D (or 0xEC753D) is known color: Jaffa. HEX triplet: EC, 75 and 3D. RGB value is (236,117,61). Sum of RGB (Red+Green+Blue) = 236+117+61=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 61 (24.22% from 255 or 14.73% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC753D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC753D is #138AC2. Grayscale: #929292. Windows color (decimal): -1280707 or 4027884. OLE color: 4027884.

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

Color convert

RGB 236 117 61 -
CMYK 0 0.50 0.74 0.07
HSL 19.2º 0.82% 0.58% -
HSV(B) 19.2º 0.74% 0.93% -
XYZ 41.8 30.89 8.17 -
YUV 146.2 79.92 192.05 -
System Red Green Blue C M Y K H S L
Decimal 236 117 61 0 0.50 0.74 0.07 19.2 0.82 0.58
Hex EC 75 3D 0 32 4A 7 13 52 3A
Octal 354 165 75 0 62 112 7 23 122 72
Binary 11101100 1110101 111101 0 110010 1001010 111 10011 1010010 111010

Color Harmonies of #EC753D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC753D

Black with #EC753D

Text Example


Text Example

White with #EC753D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC753D; }

 p { color: rgb(236,117,61); }

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

background-color css

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

 a { background-color: rgb(236,117,61); }

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

border-color css

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

 span { border-color: rgb(236,117,61); }

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