Html Css Color HEX #E75D04 Persimmon

📋 copy color: '#E75D04'

red 231 ◦ green 93 ◦ blue 4

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

Shades of Persimmon #E75D04

Tints of Persimmon #E75D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.22%

R = 70.43%
G = 28.35%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E75D04 (or 0xE75D04) is known color: Persimmon. HEX triplet: E7, 5D and 04. RGB value is (231,93,4). Sum of RGB (Red+Green+Blue) = 231+93+4=328 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.43% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 4 (1.95% from 255 or 1.22% from 328); Max value from RGB is 231 - color contains mainly: red. Hex color #E75D04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75D04 is #18A2FB. Grayscale: #7C7C7C. Windows color (decimal): -1614588 or 286183. OLE color: 286183.

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

Color convert

RGB 231 93 4 -
CMYK 0 0.60 0.98 0.09
HSL 23.52º 0.97% 0.46% -
HSV(B) 23.52º 0.98% 0.91% -
XYZ 36.89 24.83 2.96 -
YUV 124.12 60.22 204.24 -
System Red Green Blue C M Y K H S L
Decimal 231 93 4 0 0.60 0.98 0.09 23.52 0.97 0.46
Hex E7 5D 4 0 3C 62 9 18 61 2E
Octal 347 135 4 0 74 142 11 30 141 56
Binary 11100111 1011101 100 0 111100 1100010 1001 11000 1100001 101110

Color Harmonies of #E75D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75D04

Black with #E75D04

Text Example


Text Example

White with #E75D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75D04; }

 p { color: rgb(231,93,4); }

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

background-color css

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

 a { background-color: rgb(231,93,4); }

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

border-color css

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

 span { border-color: rgb(231,93,4); }

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