Html Css Color HEX #E6764A Jaffa

📋 copy color: '#E6764A'

red 230 ◦ green 118 ◦ blue 74

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

Shades of Jaffa #E6764A

Tints of Jaffa #E6764A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.96%

 BLUE value IS 74 (29.3% from 255) = 17.54%

R = 54.5%
G = 27.96%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E6764A (or 0xE6764A) is known color: Jaffa. HEX triplet: E6, 76 and 4A. RGB value is (230,118,74). Sum of RGB (Red+Green+Blue) = 230+118+74=422 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.50% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 230 - color contains mainly: red. Hex color #E6764A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6764A is #1989B5. Grayscale: #929292. Windows color (decimal): -1673654 or 4880102. OLE color: 4880102.

HSL color Cylindrical-coordinate representation of color #E6764A: hue angle of 16.92º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E6764A is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 118 74 -
CMYK 0 0.49 0.68 0.10
HSL 16.92º 0.76% 0.6% -
HSV(B) 16.92º 0.68% 0.9% -
XYZ 40.35 30.27 10.2 -
YUV 146.47 87.11 187.58 -
System Red Green Blue C M Y K H S L
Decimal 230 118 74 0 0.49 0.68 0.10 16.92 0.76 0.6
Hex E6 76 4A 0 31 44 A 11 4C 3C
Octal 346 166 112 0 61 104 12 21 114 74
Binary 11100110 1110110 1001010 0 110001 1000100 1010 10001 1001100 111100

Color Harmonies of #E6764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6764A

Black with #E6764A

Text Example


Text Example

White with #E6764A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6764A; }

 p { color: rgb(230,118,74); }

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

background-color css

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

 a { background-color: rgb(230,118,74); }

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

border-color css

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

 span { border-color: rgb(230,118,74); }

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