Html Css Color HEX #E97F4D Jaffa

📋 copy color: '#E97F4D'

red 233 ◦ green 127 ◦ blue 77

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

Shades of Jaffa #E97F4D

Tints of Jaffa #E97F4D

RGB

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

 GREEN value IS 127 (50% from 255) = 29.06%

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

R = 53.32%
G = 29.06%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E97F4D (or 0xE97F4D) is known color: Jaffa. HEX triplet: E9, 7F and 4D. RGB value is (233,127,77). Sum of RGB (Red+Green+Blue) = 233+127+77=437 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.32% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 77 (30.47% from 255 or 17.62% from 437); Max value from RGB is 233 - color contains mainly: red. Hex color #E97F4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97F4D is #1680B2. Grayscale: #999999. Windows color (decimal): -1474739 or 5079017. OLE color: 5079017.

HSL color Cylindrical-coordinate representation of color #E97F4D: hue angle of 19.23º 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 #E97F4D is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 127 77 -
CMYK 0 0.45 0.67 0.09
HSL 19.23º 0.78% 0.61% -
HSV(B) 19.23º 0.67% 0.91% -
XYZ 42.53 33.04 11.16 -
YUV 152.99 85.12 185.07 -
System Red Green Blue C M Y K H S L
Decimal 233 127 77 0 0.45 0.67 0.09 19.23 0.78 0.61
Hex E9 7F 4D 0 2D 43 9 13 4E 3D
Octal 351 177 115 0 55 103 11 23 116 75
Binary 11101001 1111111 1001101 0 101101 1000011 1001 10011 1001110 111101

Color Harmonies of #E97F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97F4D

Black with #E97F4D

Text Example


Text Example

White with #E97F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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