Html Css Color HEX #EB7C46 Jaffa

📋 copy color: '#EB7C46'

red 235 ◦ green 124 ◦ blue 70

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

Shades of Jaffa #EB7C46

Tints of Jaffa #EB7C46

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.9%

 BLUE value IS 70 (27.73% from 255) = 16.32%

R = 54.78%
G = 28.9%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EB7C46 (or 0xEB7C46) is known color: Jaffa. HEX triplet: EB, 7C and 46. RGB value is (235,124,70). Sum of RGB (Red+Green+Blue) = 235+124+70=429 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.78% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 70 (27.73% from 255 or 16.32% from 429); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7C46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7C46 is #1483B9. Grayscale: #979797. Windows color (decimal): -1344442 or 4619499. OLE color: 4619499.

HSL color Cylindrical-coordinate representation of color #EB7C46: hue angle of 19.64º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EB7C46 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 124 70 -
CMYK 0 0.47 0.70 0.08
HSL 19.64º 0.8% 0.6% -
HSV(B) 19.64º 0.7% 0.92% -
XYZ 42.57 32.52 9.83 -
YUV 151.03 82.27 187.89 -
System Red Green Blue C M Y K H S L
Decimal 235 124 70 0 0.47 0.70 0.08 19.64 0.8 0.6
Hex EB 7C 46 0 2F 46 8 14 50 3C
Octal 353 174 106 0 57 106 10 24 120 74
Binary 11101011 1111100 1000110 0 101111 1000110 1000 10100 1010000 111100

Color Harmonies of #EB7C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7C46

Black with #EB7C46

Text Example


Text Example

White with #EB7C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7C46; }

 p { color: rgb(235,124,70); }

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

background-color css

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

 a { background-color: rgb(235,124,70); }

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

border-color css

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

 span { border-color: rgb(235,124,70); }

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