Html Css Color HEX #E87D4B Jaffa

📋 copy color: '#E87D4B'

red 232 ◦ green 125 ◦ blue 75

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

Shades of Jaffa #E87D4B

Tints of Jaffa #E87D4B

RGB

 RED value IS 232 (91.02% from 255) = 53.7%

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

 BLUE value IS 75 (29.69% from 255) = 17.36%

R = 53.7%
G = 28.94%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E87D4B (or 0xE87D4B) is known color: Jaffa. HEX triplet: E8, 7D and 4B. RGB value is (232,125,75). Sum of RGB (Red+Green+Blue) = 232+125+75=432 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.70% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 75 (29.69% from 255 or 17.36% from 432); Max value from RGB is 232 - color contains mainly: red. Hex color #E87D4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E87D4B is #1782B4. Grayscale: #979797. Windows color (decimal): -1540789 or 4947432. OLE color: 4947432.

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

Color convert

RGB 232 125 75 -
CMYK 0 0.46 0.68 0.09
HSL 19.11º 0.77% 0.6% -
HSV(B) 19.11º 0.68% 0.91% -
XYZ 41.88 32.33 10.69 -
YUV 151.29 84.95 185.57 -
System Red Green Blue C M Y K H S L
Decimal 232 125 75 0 0.46 0.68 0.09 19.11 0.77 0.6
Hex E8 7D 4B 0 2E 44 9 13 4D 3C
Octal 350 175 113 0 56 104 11 23 115 74
Binary 11101000 1111101 1001011 0 101110 1000100 1001 10011 1001101 111100

Color Harmonies of #E87D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87D4B

Black with #E87D4B

Text Example


Text Example

White with #E87D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87D4B; }

 p { color: rgb(232,125,75); }

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

background-color css

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

 a { background-color: rgb(232,125,75); }

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

border-color css

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

 span { border-color: rgb(232,125,75); }

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