Html Css Color HEX #E75C01 Persimmon

📋 copy color: '#E75C01'

red 231 ◦ green 92 ◦ blue 1

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

Shades of Persimmon #E75C01

Tints of Persimmon #E75C01

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.4%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 71.3%
G = 28.4%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E75C01 (or 0xE75C01) is known color: Persimmon. HEX triplet: E7, 5C and 01. RGB value is (231,92,1). Sum of RGB (Red+Green+Blue) = 231+92+1=324 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.30% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75C01 is #18A3FE. Grayscale: #7B7B7B. Windows color (decimal): -1614847 or 89319. OLE color: 89319.

HSL color Cylindrical-coordinate representation of color #E75C01: hue angle of 23.74º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E75C01 is Cyan = 0, Magento = 0.60, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 92 1 -
CMYK 0 0.60 1.00 0.09
HSL 23.74º 0.99% 0.45% -
HSV(B) 23.74º 1% 0.91% -
XYZ 36.79 24.65 2.85 -
YUV 123.19 59.05 204.9 -
System Red Green Blue C M Y K H S L
Decimal 231 92 1 0 0.60 1.00 0.09 23.74 0.99 0.45
Hex E7 5C 1 0 3C 64 9 18 63 2D
Octal 347 134 1 0 74 144 11 30 143 55
Binary 11100111 1011100 1 0 111100 1100100 1001 11000 1100011 101101

Color Harmonies of #E75C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75C01

Black with #E75C01

Text Example


Text Example

White with #E75C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75C01; }

 p { color: rgb(231,92,1); }

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

background-color css

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

 a { background-color: rgb(231,92,1); }

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

border-color css

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

 span { border-color: rgb(231,92,1); }

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