Html Css Color HEX #EB550D Persimmon

📋 copy color: '#EB550D'

red 235 ◦ green 85 ◦ blue 13

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

Shades of Persimmon #EB550D

Tints of Persimmon #EB550D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.53%

 BLUE value IS 13 (5.47% from 255) = 3.9%

R = 70.57%
G = 25.53%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB550D (or 0xEB550D) is known color: Persimmon. HEX triplet: EB, 55 and 0D. RGB value is (235,85,13). Sum of RGB (Red+Green+Blue) = 235+85+13=333 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.57% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 235 - color contains mainly: red. Hex color #EB550D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB550D is #14AAF2. Grayscale: #7A7A7A. Windows color (decimal): -1354483 or 873963. OLE color: 873963.

HSL color Cylindrical-coordinate representation of color #EB550D: hue angle of 19.46º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB550D is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 85 13 -
CMYK 0 0.64 0.94 0.08
HSL 19.46º 0.9% 0.49% -
HSV(B) 19.46º 0.94% 0.92% -
XYZ 37.58 24.19 3.07 -
YUV 121.64 66.7 208.85 -
System Red Green Blue C M Y K H S L
Decimal 235 85 13 0 0.64 0.94 0.08 19.46 0.9 0.49
Hex EB 55 D 0 40 5E 8 13 5A 31
Octal 353 125 15 0 100 136 10 23 132 61
Binary 11101011 1010101 1101 0 1000000 1011110 1000 10011 1011010 110001

Color Harmonies of #EB550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB550D

Black with #EB550D

Text Example


Text Example

White with #EB550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB550D; }

 p { color: rgb(235,85,13); }

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

background-color css

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

 a { background-color: rgb(235,85,13); }

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

border-color css

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

 span { border-color: rgb(235,85,13); }

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