Html Css Color HEX #E95A07 Persimmon

📋 copy color: '#E95A07'

red 233 ◦ green 90 ◦ blue 7

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

Shades of Persimmon #E95A07

Tints of Persimmon #E95A07

RGB

 RED value IS 233 (91.41% from 255) = 70.61%

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

 BLUE value IS 7 (3.13% from 255) = 2.12%

R = 70.61%
G = 27.27%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E95A07 (or 0xE95A07) is known color: Persimmon. HEX triplet: E9, 5A and 07. RGB value is (233,90,7). Sum of RGB (Red+Green+Blue) = 233+90+7=330 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.61% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 7 (3.12% from 255 or 2.12% from 330); Max value from RGB is 233 - color contains mainly: red. Hex color #E95A07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95A07 is #16A5F8. Grayscale: #7B7B7B. Windows color (decimal): -1484281 or 482025. OLE color: 482025.

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

Color convert

RGB 233 90 7 -
CMYK 0 0.61 0.97 0.09
HSL 22.04º 0.94% 0.47% -
HSV(B) 22.04º 0.97% 0.91% -
XYZ 37.3 24.65 2.99 -
YUV 123.3 62.38 206.25 -
System Red Green Blue C M Y K H S L
Decimal 233 90 7 0 0.61 0.97 0.09 22.04 0.94 0.47
Hex E9 5A 7 0 3D 61 9 16 5E 2F
Octal 351 132 7 0 75 141 11 26 136 57
Binary 11101001 1011010 111 0 111101 1100001 1001 10110 1011110 101111

Color Harmonies of #E95A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95A07

Black with #E95A07

Text Example


Text Example

White with #E95A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95A07; }

 p { color: rgb(233,90,7); }

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

background-color css

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

 a { background-color: rgb(233,90,7); }

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

border-color css

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

 span { border-color: rgb(233,90,7); }

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