Html Css Color HEX #EB753D Jaffa

📋 copy color: '#EB753D'

red 235 ◦ green 117 ◦ blue 61

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

Shades of Jaffa #EB753D

Tints of Jaffa #EB753D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.77%

R = 56.9%
G = 28.33%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB753D (or 0xEB753D) is known color: Jaffa. HEX triplet: EB, 75 and 3D. RGB value is (235,117,61). Sum of RGB (Red+Green+Blue) = 235+117+61=413 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.90% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 61 (24.22% from 255 or 14.77% from 413); Max value from RGB is 235 - color contains mainly: red. Hex color #EB753D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB753D is #148AC2. Grayscale: #929292. Windows color (decimal): -1346243 or 4027883. OLE color: 4027883.

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

Color convert

RGB 235 117 61 -
CMYK 0 0.50 0.74 0.08
HSL 19.31º 0.81% 0.58% -
HSV(B) 19.31º 0.74% 0.92% -
XYZ 41.46 30.72 8.16 -
YUV 145.9 80.09 191.55 -
System Red Green Blue C M Y K H S L
Decimal 235 117 61 0 0.50 0.74 0.08 19.31 0.81 0.58
Hex EB 75 3D 0 32 4A 8 13 51 3A
Octal 353 165 75 0 62 112 10 23 121 72
Binary 11101011 1110101 111101 0 110010 1001010 1000 10011 1010001 111010

Color Harmonies of #EB753D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB753D

Black with #EB753D

Text Example


Text Example

White with #EB753D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB753D; }

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

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

background-color css

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

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

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

border-color css

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

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

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