Html Css Color HEX #E6804C Jaffa

📋 copy color: '#E6804C'

red 230 ◦ green 128 ◦ blue 76

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

Shades of Jaffa #E6804C

Tints of Jaffa #E6804C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.51%

R = 53%
G = 29.49%
B = 17.51%

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

#E6804C (or 0xE6804C) is known color: Jaffa. HEX triplet: E6, 80 and 4C. RGB value is (230,128,76). Sum of RGB (Red+Green+Blue) = 230+128+76=434 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.00% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 76 (30.08% from 255 or 17.51% from 434); Max value from RGB is 230 - color contains mainly: red. Hex color #E6804C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6804C is #197FB3. Grayscale: #989898. Windows color (decimal): -1671092 or 5013734. OLE color: 5013734.

HSL color Cylindrical-coordinate representation of color #E6804C: hue angle of 20.26º 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 #E6804C is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 128 76 -
CMYK 0 0.44 0.67 0.10
HSL 20.26º 0.75% 0.6% -
HSV(B) 20.26º 0.67% 0.9% -
XYZ 41.66 32.78 10.97 -
YUV 152.57 84.79 183.23 -
System Red Green Blue C M Y K H S L
Decimal 230 128 76 0 0.44 0.67 0.10 20.26 0.75 0.6
Hex E6 80 4C 0 2C 43 A 14 4B 3C
Octal 346 200 114 0 54 103 12 24 113 74
Binary 11100110 10000000 1001100 0 101100 1000011 1010 10100 1001011 111100

Color Harmonies of #E6804C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6804C

Black with #E6804C

Text Example


Text Example

White with #E6804C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6804C; }

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

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

background-color css

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

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

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

border-color css

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

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

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