Html Css Color HEX #E6773F Jaffa

📋 copy color: '#E6773F'

red 230 ◦ green 119 ◦ blue 63

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

Shades of Jaffa #E6773F

Tints of Jaffa #E6773F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.88%

 BLUE value IS 63 (25% from 255) = 15.29%

R = 55.83%
G = 28.88%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E6773F (or 0xE6773F) is known color: Jaffa. HEX triplet: E6, 77 and 3F. RGB value is (230,119,63). Sum of RGB (Red+Green+Blue) = 230+119+63=412 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.83% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 63 (25% from 255 or 15.29% from 412); Max value from RGB is 230 - color contains mainly: red. Hex color #E6773F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6773F is #1988C0. Grayscale: #929292. Windows color (decimal): -1673409 or 4159462. OLE color: 4159462.

HSL color Cylindrical-coordinate representation of color #E6773F: hue angle of 20.12º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E6773F is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 119 63 -
CMYK 0 0.48 0.73 0.10
HSL 20.12º 0.77% 0.57% -
HSV(B) 20.12º 0.73% 0.9% -
XYZ 40.13 30.38 8.45 -
YUV 145.81 81.27 188.05 -
System Red Green Blue C M Y K H S L
Decimal 230 119 63 0 0.48 0.73 0.10 20.12 0.77 0.57
Hex E6 77 3F 0 30 49 A 14 4D 39
Octal 346 167 77 0 60 111 12 24 115 71
Binary 11100110 1110111 111111 0 110000 1001001 1010 10100 1001101 111001

Color Harmonies of #E6773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6773F

Black with #E6773F

Text Example


Text Example

White with #E6773F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6773F; }

 p { color: rgb(230,119,63); }

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

background-color css

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

 a { background-color: rgb(230,119,63); }

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

border-color css

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

 span { border-color: rgb(230,119,63); }

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