Html Css Color HEX #EC733D Jaffa

📋 copy color: '#EC733D'

red 236 ◦ green 115 ◦ blue 61

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

Shades of Jaffa #EC733D

Tints of Jaffa #EC733D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.91%

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

R = 57.28%
G = 27.91%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC733D (or 0xEC733D) is known color: Jaffa. HEX triplet: EC, 73 and 3D. RGB value is (236,115,61). Sum of RGB (Red+Green+Blue) = 236+115+61=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 61 (24.22% from 255 or 14.81% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC733D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC733D is #138CC2. Grayscale: #919191. Windows color (decimal): -1281219 or 4027372. OLE color: 4027372.

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

Color convert

RGB 236 115 61 -
CMYK 0 0.51 0.74 0.07
HSL 18.51º 0.82% 0.58% -
HSV(B) 18.51º 0.74% 0.93% -
XYZ 41.57 30.43 8.1 -
YUV 145.02 80.59 192.89 -
System Red Green Blue C M Y K H S L
Decimal 236 115 61 0 0.51 0.74 0.07 18.51 0.82 0.58
Hex EC 73 3D 0 33 4A 7 13 52 3A
Octal 354 163 75 0 63 112 7 23 122 72
Binary 11101100 1110011 111101 0 110011 1001010 111 10011 1010010 111010

Color Harmonies of #EC733D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC733D

Black with #EC733D

Text Example


Text Example

White with #EC733D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC733D; }

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

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

background-color css

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

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

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

border-color css

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

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

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