Html Css Color HEX #EB5E14 Persimmon

📋 copy color: '#EB5E14'

red 235 ◦ green 94 ◦ blue 20

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

Shades of Persimmon #EB5E14

Tints of Persimmon #EB5E14

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.93%

 BLUE value IS 20 (8.2% from 255) = 5.73%

R = 67.34%
G = 26.93%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EB5E14 (or 0xEB5E14) is known color: Persimmon. HEX triplet: EB, 5E and 14. RGB value is (235,94,20). Sum of RGB (Red+Green+Blue) = 235+94+20=349 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.34% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5E14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5E14 is #14A1EB. Grayscale: #808080. Windows color (decimal): -1352172 or 1335019. OLE color: 1335019.

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

Color convert

RGB 235 94 20 -
CMYK 0 0.6 0.91 0.08
HSL 20.65º 0.84% 0.5% -
HSV(B) 20.65º 0.91% 0.92% -
XYZ 38.39 25.72 3.6 -
YUV 127.72 67.21 204.52 -
System Red Green Blue C M Y K H S L
Decimal 235 94 20 0 0.6 0.91 0.08 20.65 0.84 0.5
Hex EB 5E 14 0 3C 5B 8 15 54 32
Octal 353 136 24 0 74 133 10 25 124 62
Binary 11101011 1011110 10100 0 111100 1011011 1000 10101 1010100 110010

Color Harmonies of #EB5E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5E14

Black with #EB5E14

Text Example


Text Example

White with #EB5E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5E14; }

 p { color: rgb(235,94,20); }

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

background-color css

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

 a { background-color: rgb(235,94,20); }

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

border-color css

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

 span { border-color: rgb(235,94,20); }

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