Html Css Color HEX #E68050 Jaffa

📋 copy color: '#E68050'

red 230 ◦ green 128 ◦ blue 80

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

Shades of Jaffa #E68050

Tints of Jaffa #E68050

RGB

 RED value IS 230 (90.23% from 255) = 52.51%

 GREEN value IS 128 (50.39% from 255) = 29.22%

 BLUE value IS 80 (31.64% from 255) = 18.26%

R = 52.51%
G = 29.22%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E68050 (or 0xE68050) is known color: Jaffa. HEX triplet: E6, 80 and 50. RGB value is (230,128,80). Sum of RGB (Red+Green+Blue) = 230+128+80=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E68050 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68050 is #197FAF. Grayscale: #999999. Windows color (decimal): -1671088 or 5275878. OLE color: 5275878.

HSL color Cylindrical-coordinate representation of color #E68050: hue angle of 19.2º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E68050 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 128 80 -
CMYK 0 0.44 0.65 0.10
HSL 19.2º 0.75% 0.61% -
HSV(B) 19.2º 0.65% 0.9% -
XYZ 41.8 32.84 11.73 -
YUV 153.03 86.79 182.9 -
System Red Green Blue C M Y K H S L
Decimal 230 128 80 0 0.44 0.65 0.10 19.2 0.75 0.61
Hex E6 80 50 0 2C 41 A 13 4B 3D
Octal 346 200 120 0 54 101 12 23 113 75
Binary 11100110 10000000 1010000 0 101100 1000001 1010 10011 1001011 111101

Color Harmonies of #E68050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68050

Black with #E68050

Text Example


Text Example

White with #E68050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68050; }

 p { color: rgb(230,128,80); }

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

background-color css

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

 a { background-color: rgb(230,128,80); }

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

border-color css

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

 span { border-color: rgb(230,128,80); }

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