Html Css Color HEX #E2753D Jaffa

📋 copy color: '#E2753D'

red 226 ◦ green 117 ◦ blue 61

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

Shades of Jaffa #E2753D

Tints of Jaffa #E2753D

RGB

 RED value IS 226 (88.67% from 255) = 55.94%

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

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

R = 55.94%
G = 28.96%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E2753D (or 0xE2753D) is known color: Jaffa. HEX triplet: E2, 75 and 3D. RGB value is (226,117,61). Sum of RGB (Red+Green+Blue) = 226+117+61=404 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.94% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 226 - color contains mainly: red. Hex color #E2753D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2753D is #1D8AC2. Grayscale: #8F8F8F. Windows color (decimal): -1936067 or 4027874. OLE color: 4027874.

HSL color Cylindrical-coordinate representation of color #E2753D: hue angle of 20.36º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E2753D is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 117 61 -
CMYK 0 0.48 0.73 0.11
HSL 20.36º 0.74% 0.56% -
HSV(B) 20.36º 0.73% 0.89% -
XYZ 38.57 29.23 8.02 -
YUV 143.21 81.61 187.05 -
System Red Green Blue C M Y K H S L
Decimal 226 117 61 0 0.48 0.73 0.11 20.36 0.74 0.56
Hex E2 75 3D 0 30 49 B 14 4A 38
Octal 342 165 75 0 60 111 13 24 112 70
Binary 11100010 1110101 111101 0 110000 1001001 1011 10100 1001010 111000

Color Harmonies of #E2753D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2753D

Black with #E2753D

Text Example


Text Example

White with #E2753D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2753D; }

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

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

background-color css

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

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

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

border-color css

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

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

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