Html Css Color HEX #E75A00 Persimmon

📋 copy color: '#E75A00'

red 231 ◦ green 90 ◦ blue 0

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

Shades of Persimmon #E75A00

Tints of Persimmon #E75A00

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.04%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.96%
G = 28.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E75A00 (or 0xE75A00) is known color: Persimmon. HEX triplet: E7, 5A and 00. RGB value is (231,90,0). Sum of RGB (Red+Green+Blue) = 231+90+0=321 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.96% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 231 - color contains mainly: red. Hex color #E75A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75A00 is #18A5FF. Grayscale: #7A7A7A. Windows color (decimal): -1615360 or 23271. OLE color: 23271.

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

Color convert

RGB 231 90 0 -
CMYK 0 0.61 1 0.09
HSL 23.38º 1% 0.45% -
HSV(B) 23.38º 1% 0.91% -
XYZ 36.61 24.3 2.76 -
YUV 121.9 59.21 205.82 -
System Red Green Blue C M Y K H S L
Decimal 231 90 0 0 0.61 1 0.09 23.38 1 0.45
Hex E7 5A 0 0 3D 64 9 17 64 2D
Octal 347 132 0 0 75 144 11 27 144 55
Binary 11100111 1011010 0 0 111101 1100100 1001 10111 1100100 101101

Color Harmonies of #E75A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75A00

Black with #E75A00

Text Example


Text Example

White with #E75A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75A00; }

 p { color: rgb(231,90,0); }

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

background-color css

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

 a { background-color: rgb(231,90,0); }

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

border-color css

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

 span { border-color: rgb(231,90,0); }

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