Html Css Color HEX #EB7844 Jaffa

📋 copy color: '#EB7844'

red 235 ◦ green 120 ◦ blue 68

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

Shades of Jaffa #EB7844

Tints of Jaffa #EB7844

RGB

 RED value IS 235 (92.19% from 255) = 55.56%

 GREEN value IS 120 (47.27% from 255) = 28.37%

 BLUE value IS 68 (26.95% from 255) = 16.08%

R = 55.56%
G = 28.37%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EB7844 (or 0xEB7844) is known color: Jaffa. HEX triplet: EB, 78 and 44. RGB value is (235,120,68). Sum of RGB (Red+Green+Blue) = 235+120+68=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 68 (26.95% from 255 or 16.08% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7844 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7844 is #1487BB. Grayscale: #949494. Windows color (decimal): -1345468 or 4487403. OLE color: 4487403.

HSL color Cylindrical-coordinate representation of color #EB7844: hue angle of 18.68º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EB7844 is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 120 68 -
CMYK 0 0.49 0.71 0.08
HSL 18.68º 0.81% 0.59% -
HSV(B) 18.68º 0.71% 0.92% -
XYZ 42.02 31.51 9.34 -
YUV 148.46 82.6 189.73 -
System Red Green Blue C M Y K H S L
Decimal 235 120 68 0 0.49 0.71 0.08 18.68 0.81 0.59
Hex EB 78 44 0 31 47 8 13 51 3B
Octal 353 170 104 0 61 107 10 23 121 73
Binary 11101011 1111000 1000100 0 110001 1000111 1000 10011 1010001 111011

Color Harmonies of #EB7844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7844

Black with #EB7844

Text Example


Text Example

White with #EB7844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7844; }

 p { color: rgb(235,120,68); }

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

background-color css

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

 a { background-color: rgb(235,120,68); }

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

border-color css

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

 span { border-color: rgb(235,120,68); }

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