Html Css Color HEX #E75F0D Persimmon

📋 copy color: '#E75F0D'

red 231 ◦ green 95 ◦ blue 13

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

Shades of Persimmon #E75F0D

Tints of Persimmon #E75F0D

RGB

 RED value IS 231 (90.63% from 255) = 68.14%

 GREEN value IS 95 (37.5% from 255) = 28.02%

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

R = 68.14%
G = 28.02%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E75F0D (or 0xE75F0D) is known color: Persimmon. HEX triplet: E7, 5F and 0D. RGB value is (231,95,13). Sum of RGB (Red+Green+Blue) = 231+95+13=339 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.14% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 231 - color contains mainly: red. Hex color #E75F0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75F0D is #18A0F2. Grayscale: #7E7E7E. Windows color (decimal): -1614067 or 876519. OLE color: 876519.

HSL color Cylindrical-coordinate representation of color #E75F0D: hue angle of 22.57º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E75F0D is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 95 13 -
CMYK 0 0.59 0.94 0.09
HSL 22.57º 0.89% 0.48% -
HSV(B) 22.57º 0.94% 0.91% -
XYZ 37.12 25.2 3.29 -
YUV 126.32 64.06 202.67 -
System Red Green Blue C M Y K H S L
Decimal 231 95 13 0 0.59 0.94 0.09 22.57 0.89 0.48
Hex E7 5F D 0 3B 5E 9 17 59 30
Octal 347 137 15 0 73 136 11 27 131 60
Binary 11100111 1011111 1101 0 111011 1011110 1001 10111 1011001 110000

Color Harmonies of #E75F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75F0D

Black with #E75F0D

Text Example


Text Example

White with #E75F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75F0D; }

 p { color: rgb(231,95,13); }

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

background-color css

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

 a { background-color: rgb(231,95,13); }

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

border-color css

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

 span { border-color: rgb(231,95,13); }

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