Html Css Color HEX #E6804D Jaffa

📋 copy color: '#E6804D'

red 230 ◦ green 128 ◦ blue 77

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

Shades of Jaffa #E6804D

Tints of Jaffa #E6804D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.7%

R = 52.87%
G = 29.43%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6804D (or 0xE6804D) is known color: Jaffa. HEX triplet: E6, 80 and 4D. RGB value is (230,128,77). Sum of RGB (Red+Green+Blue) = 230+128+77=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E6804D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6804D is #197FB2. Grayscale: #989898. Windows color (decimal): -1671091 or 5079270. OLE color: 5079270.

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

Color convert

RGB 230 128 77 -
CMYK 0 0.44 0.67 0.10
HSL 20º 0.75% 0.6% -
HSV(B) 20º 0.67% 0.9% -
XYZ 41.69 32.8 11.15 -
YUV 152.68 85.29 183.15 -
System Red Green Blue C M Y K H S L
Decimal 230 128 77 0 0.44 0.67 0.10 20 0.75 0.6
Hex E6 80 4D 0 2C 43 A 14 4B 3C
Octal 346 200 115 0 54 103 12 24 113 74
Binary 11100110 10000000 1001101 0 101100 1000011 1010 10100 1001011 111100

Color Harmonies of #E6804D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6804D

Black with #E6804D

Text Example


Text Example

White with #E6804D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6804D; }

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

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

background-color css

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

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

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

border-color css

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

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

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