#EA600B

Color #EA600B Persimmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persimmon #EA600B

Tints of Persimmon #EA600B

Color information

#EA600B (or 0xEA600B) is unknown color: approx Persimmon. HEX triplet: EA, 60 and 0B. RGB value is (234,96,11). Sum of RGB (Red+Green+Blue) = 234+96+11=341 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.62% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 11 (4.69% from 255 or 3.23% from 341); Max value from RGB is 234 - color contains mainly: red. Hex color #EA600B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA600B is #159FF4. Grayscale: #808080. Windows color (decimal): -1417205 or 745706. OLE color: 745706.

HSL color Cylindrical-coordinate representation of color #EA600B: hue angle of 22.87º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA600B is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB2349611-
CMYK00.590.950.08
HSL22.87º91.02%48.04%-
HSV(B)22.87º95.3%91.76%-
XYZ38.1725.883.3-
YUV127.5762.22203.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 68.62%
GREEN value IS 96 (37.89% from 255) = 28.15%
BLUE value IS 11 (4.69% from 255) = 3.23%
R=68.62%
G=28.15%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.95
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234961100.590.950.0822.8791.0248.04
HexEA60B03B5F8175b30
Octal35214013073137102713360
Binary1110101011000001011011101110111111000101111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA600B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA600B; }

 p { color: rgb(234,96,11); }

 H1.HeaderClassName
 {
   color: #EA600B;
 }
 .AnyTagClassName
 {
   color: #EA600B;
 }
</style>
background-color css

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

 a { background-color: rgb(234,96,11); }

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

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

 span { border-color: rgb(234,96,11); }

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