Html Css Color HEX #EB6018 Persimmon

📋 copy color: '#EB6018'

red 235 ◦ green 96 ◦ blue 24

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

Shades of Persimmon #EB6018

Tints of Persimmon #EB6018

RGB

 RED value IS 235 (92.19% from 255) = 66.2%

 GREEN value IS 96 (37.89% from 255) = 27.04%

 BLUE value IS 24 (9.77% from 255) = 6.76%

R = 66.2%
G = 27.04%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EB6018 (or 0xEB6018) is known color: Persimmon. HEX triplet: EB, 60 and 18. RGB value is (235,96,24). Sum of RGB (Red+Green+Blue) = 235+96+24=355 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.20% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 24 (9.77% from 255 or 6.76% from 355); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6018 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6018 is #149FE7. Grayscale: #818181. Windows color (decimal): -1351656 or 1597675. OLE color: 1597675.

HSL color Cylindrical-coordinate representation of color #EB6018: hue angle of 20.47º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB6018 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 96 24 -
CMYK 0 0.59 0.90 0.08
HSL 20.47º 0.84% 0.51% -
HSV(B) 20.47º 0.9% 0.92% -
XYZ 38.61 26.09 3.87 -
YUV 129.35 68.55 203.35 -
System Red Green Blue C M Y K H S L
Decimal 235 96 24 0 0.59 0.90 0.08 20.47 0.84 0.51
Hex EB 60 18 0 3B 5A 8 14 54 33
Octal 353 140 30 0 73 132 10 24 124 63
Binary 11101011 1100000 11000 0 111011 1011010 1000 10100 1010100 110011

Color Harmonies of #EB6018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6018

Black with #EB6018

Text Example


Text Example

White with #EB6018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6018; }

 p { color: rgb(235,96,24); }

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

background-color css

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

 a { background-color: rgb(235,96,24); }

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

border-color css

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

 span { border-color: rgb(235,96,24); }

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