Html Css Color HEX #E97D4D Jaffa

📋 copy color: '#E97D4D'

red 233 ◦ green 125 ◦ blue 77

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

Shades of Jaffa #E97D4D

Tints of Jaffa #E97D4D

RGB

 RED value IS 233 (91.41% from 255) = 53.56%

 GREEN value IS 125 (49.22% from 255) = 28.74%

 BLUE value IS 77 (30.47% from 255) = 17.7%

R = 53.56%
G = 28.74%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E97D4D (or 0xE97D4D) is known color: Jaffa. HEX triplet: E9, 7D and 4D. RGB value is (233,125,77). Sum of RGB (Red+Green+Blue) = 233+125+77=435 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.56% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 233 - color contains mainly: red. Hex color #E97D4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97D4D is #1682B2. Grayscale: #989898. Windows color (decimal): -1475251 or 5078505. OLE color: 5078505.

HSL color Cylindrical-coordinate representation of color #E97D4D: hue angle of 18.46º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E97D4D is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 125 77 -
CMYK 0 0.46 0.67 0.09
HSL 18.46º 0.78% 0.61% -
HSV(B) 18.46º 0.67% 0.91% -
XYZ 42.28 32.53 11.07 -
YUV 151.82 85.78 185.9 -
System Red Green Blue C M Y K H S L
Decimal 233 125 77 0 0.46 0.67 0.09 18.46 0.78 0.61
Hex E9 7D 4D 0 2E 43 9 12 4E 3D
Octal 351 175 115 0 56 103 11 22 116 75
Binary 11101001 1111101 1001101 0 101110 1000011 1001 10010 1001110 111101

Color Harmonies of #E97D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97D4D

Black with #E97D4D

Text Example


Text Example

White with #E97D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97D4D; }

 p { color: rgb(233,125,77); }

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

background-color css

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

 a { background-color: rgb(233,125,77); }

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

border-color css

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

 span { border-color: rgb(233,125,77); }

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