Html Css Color HEX #EB5D07 Persimmon

📋 copy color: '#EB5D07'

red 235 ◦ green 93 ◦ blue 7

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

Shades of Persimmon #EB5D07

Tints of Persimmon #EB5D07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.09%

R = 70.15%
G = 27.76%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EB5D07 (or 0xEB5D07) is known color: Persimmon. HEX triplet: EB, 5D and 07. RGB value is (235,93,7). Sum of RGB (Red+Green+Blue) = 235+93+7=335 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.15% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 7 (3.12% from 255 or 2.09% from 335); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5D07 is #14A2F8. Grayscale: #7E7E7E. Windows color (decimal): -1352441 or 482795. OLE color: 482795.

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

Color convert

RGB 235 93 7 -
CMYK 0 0.60 0.97 0.08
HSL 22.63º 0.94% 0.47% -
HSV(B) 22.63º 0.97% 0.92% -
XYZ 38.21 25.51 3.11 -
YUV 125.65 61.04 205.99 -
System Red Green Blue C M Y K H S L
Decimal 235 93 7 0 0.60 0.97 0.08 22.63 0.94 0.47
Hex EB 5D 7 0 3C 61 8 17 5E 2F
Octal 353 135 7 0 74 141 10 27 136 57
Binary 11101011 1011101 111 0 111100 1100001 1000 10111 1011110 101111

Color Harmonies of #EB5D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5D07

Black with #EB5D07

Text Example


Text Example

White with #EB5D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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