Html Css Color HEX #E6753C Jaffa

📋 copy color: '#E6753C'

red 230 ◦ green 117 ◦ blue 60

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

Shades of Jaffa #E6753C

Tints of Jaffa #E6753C

RGB

 RED value IS 230 (90.23% from 255) = 56.51%

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

 BLUE value IS 60 (23.83% from 255) = 14.74%

R = 56.51%
G = 28.75%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E6753C (or 0xE6753C) is known color: Jaffa. HEX triplet: E6, 75 and 3C. RGB value is (230,117,60). Sum of RGB (Red+Green+Blue) = 230+117+60=407 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.51% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 60 (23.83% from 255 or 14.74% from 407); Max value from RGB is 230 - color contains mainly: red. Hex color #E6753C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6753C is #198AC3. Grayscale: #909090. Windows color (decimal): -1673924 or 3962342. OLE color: 3962342.

HSL color Cylindrical-coordinate representation of color #E6753C: hue angle of 20.12º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E6753C is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 117 60 -
CMYK 0 0.49 0.74 0.10
HSL 20.12º 0.77% 0.57% -
HSV(B) 20.12º 0.74% 0.9% -
XYZ 39.81 29.87 7.94 -
YUV 144.29 80.44 189.13 -
System Red Green Blue C M Y K H S L
Decimal 230 117 60 0 0.49 0.74 0.10 20.12 0.77 0.57
Hex E6 75 3C 0 31 4A A 14 4D 39
Octal 346 165 74 0 61 112 12 24 115 71
Binary 11100110 1110101 111100 0 110001 1001010 1010 10100 1001101 111001

Color Harmonies of #E6753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6753C

Black with #E6753C

Text Example


Text Example

White with #E6753C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6753C; }

 p { color: rgb(230,117,60); }

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

background-color css

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

 a { background-color: rgb(230,117,60); }

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

border-color css

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

 span { border-color: rgb(230,117,60); }

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