Html Css Color HEX #EB7540 Jaffa

📋 copy color: '#EB7540'

red 235 ◦ green 117 ◦ blue 64

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

Shades of Jaffa #EB7540

Tints of Jaffa #EB7540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.38%

R = 56.49%
G = 28.13%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB7540 (or 0xEB7540) is known color: Jaffa. HEX triplet: EB, 75 and 40. RGB value is (235,117,64). Sum of RGB (Red+Green+Blue) = 235+117+64=416 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.49% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7540 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7540 is #148ABF. Grayscale: #929292. Windows color (decimal): -1346240 or 4224491. OLE color: 4224491.

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

Color convert

RGB 235 117 64 -
CMYK 0 0.50 0.73 0.08
HSL 18.6º 0.81% 0.59% -
HSV(B) 18.6º 0.73% 0.92% -
XYZ 41.55 30.75 8.6 -
YUV 146.24 81.59 191.31 -
System Red Green Blue C M Y K H S L
Decimal 235 117 64 0 0.50 0.73 0.08 18.6 0.81 0.59
Hex EB 75 40 0 32 49 8 13 51 3B
Octal 353 165 100 0 62 111 10 23 121 73
Binary 11101011 1110101 1000000 0 110010 1001001 1000 10011 1010001 111011

Color Harmonies of #EB7540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7540

Black with #EB7540

Text Example


Text Example

White with #EB7540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7540; }

 p { color: rgb(235,117,64); }

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

background-color css

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

 a { background-color: rgb(235,117,64); }

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

border-color css

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

 span { border-color: rgb(235,117,64); }

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