Html Css Color HEX #EB5D12 Persimmon

📋 copy color: '#EB5D12'

red 235 ◦ green 93 ◦ blue 18

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

Shades of Persimmon #EB5D12

Tints of Persimmon #EB5D12

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.88%

 BLUE value IS 18 (7.42% from 255) = 5.2%

R = 67.92%
G = 26.88%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EB5D12 (or 0xEB5D12) is known color: Persimmon. HEX triplet: EB, 5D and 12. RGB value is (235,93,18). Sum of RGB (Red+Green+Blue) = 235+93+18=346 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.92% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5D12 is #14A2ED. Grayscale: #7F7F7F. Windows color (decimal): -1352430 or 1203691. OLE color: 1203691.

HSL color Cylindrical-coordinate representation of color #EB5D12: hue angle of 20.74º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB5D12 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 93 18 -
CMYK 0 0.60 0.92 0.08
HSL 20.74º 0.86% 0.5% -
HSV(B) 20.74º 0.92% 0.92% -
XYZ 38.28 25.53 3.48 -
YUV 126.91 66.54 205.1 -
System Red Green Blue C M Y K H S L
Decimal 235 93 18 0 0.60 0.92 0.08 20.74 0.86 0.5
Hex EB 5D 12 0 3C 5C 8 15 56 32
Octal 353 135 22 0 74 134 10 25 126 62
Binary 11101011 1011101 10010 0 111100 1011100 1000 10101 1010110 110010

Color Harmonies of #EB5D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5D12

Black with #EB5D12

Text Example


Text Example

White with #EB5D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5D12; }

 p { color: rgb(235,93,18); }

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

background-color css

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

 a { background-color: rgb(235,93,18); }

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

border-color css

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

 span { border-color: rgb(235,93,18); }

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