Html Css Color HEX #EB703E Jaffa

📋 copy color: '#EB703E'

red 235 ◦ green 112 ◦ blue 62

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

Shades of Jaffa #EB703E

Tints of Jaffa #EB703E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.38%

 BLUE value IS 62 (24.61% from 255) = 15.16%

R = 57.46%
G = 27.38%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB703E (or 0xEB703E) is known color: Jaffa. HEX triplet: EB, 70 and 3E. RGB value is (235,112,62). Sum of RGB (Red+Green+Blue) = 235+112+62=409 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.46% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 62 (24.61% from 255 or 15.16% from 409); Max value from RGB is 235 - color contains mainly: red. Hex color #EB703E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB703E is #148FC1. Grayscale: #8F8F8F. Windows color (decimal): -1347522 or 4092139. OLE color: 4092139.

HSL color Cylindrical-coordinate representation of color #EB703E: hue angle of 17.34º 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 #EB703E is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 112 62 -
CMYK 0 0.52 0.74 0.08
HSL 17.34º 0.81% 0.58% -
HSV(B) 17.34º 0.74% 0.92% -
XYZ 40.92 29.6 8.11 -
YUV 143.08 82.25 193.57 -
System Red Green Blue C M Y K H S L
Decimal 235 112 62 0 0.52 0.74 0.08 17.34 0.81 0.58
Hex EB 70 3E 0 34 4A 8 11 51 3A
Octal 353 160 76 0 64 112 10 21 121 72
Binary 11101011 1110000 111110 0 110100 1001010 1000 10001 1010001 111010

Color Harmonies of #EB703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB703E

Black with #EB703E

Text Example


Text Example

White with #EB703E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB703E; }

 p { color: rgb(235,112,62); }

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

background-color css

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

 a { background-color: rgb(235,112,62); }

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

border-color css

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

 span { border-color: rgb(235,112,62); }

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