Html Css Color HEX #E94F07 Persimmon

📋 copy color: '#E94F07'

red 233 ◦ green 79 ◦ blue 7

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

Shades of Persimmon #E94F07

Tints of Persimmon #E94F07

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.76%

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

R = 73.04%
G = 24.76%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E94F07 (or 0xE94F07) is known color: Persimmon. HEX triplet: E9, 4F and 07. RGB value is (233,79,7). Sum of RGB (Red+Green+Blue) = 233+79+7=319 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.04% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E94F07 is #16B0F8. Grayscale: #757575. Windows color (decimal): -1487097 or 479209. OLE color: 479209.

HSL color Cylindrical-coordinate representation of color #E94F07: hue angle of 19.12º 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 #E94F07 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 79 7 -
CMYK 0 0.66 0.97 0.09
HSL 19.12º 0.94% 0.47% -
HSV(B) 19.12º 0.97% 0.91% -
XYZ 36.44 22.93 2.71 -
YUV 116.84 66.02 210.85 -
System Red Green Blue C M Y K H S L
Decimal 233 79 7 0 0.66 0.97 0.09 19.12 0.94 0.47
Hex E9 4F 7 0 42 61 9 13 5E 2F
Octal 351 117 7 0 102 141 11 23 136 57
Binary 11101001 1001111 111 0 1000010 1100001 1001 10011 1011110 101111

Color Harmonies of #E94F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94F07

Black with #E94F07

Text Example


Text Example

White with #E94F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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