Html Css Color HEX #E75F03 Persimmon

📋 copy color: '#E75F03'

red 231 ◦ green 95 ◦ blue 3

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

Shades of Persimmon #E75F03

Tints of Persimmon #E75F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.91%

R = 70.21%
G = 28.88%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E75F03 (or 0xE75F03) is known color: Persimmon. HEX triplet: E7, 5F and 03. RGB value is (231,95,3). Sum of RGB (Red+Green+Blue) = 231+95+3=329 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.21% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 231 - color contains mainly: red. Hex color #E75F03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75F03 is #18A0FC. Grayscale: #7D7D7D. Windows color (decimal): -1614077 or 221159. OLE color: 221159.

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

Color convert

RGB 231 95 3 -
CMYK 0 0.59 0.99 0.09
HSL 24.21º 0.97% 0.46% -
HSV(B) 24.21º 0.99% 0.91% -
XYZ 37.06 25.18 2.99 -
YUV 125.18 59.06 203.48 -
System Red Green Blue C M Y K H S L
Decimal 231 95 3 0 0.59 0.99 0.09 24.21 0.97 0.46
Hex E7 5F 3 0 3B 63 9 18 61 2E
Octal 347 137 3 0 73 143 11 30 141 56
Binary 11100111 1011111 11 0 111011 1100011 1001 11000 1100001 101110

Color Harmonies of #E75F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75F03

Black with #E75F03

Text Example


Text Example

White with #E75F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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