Html Css Color HEX #E94A07 Persimmon

📋 copy color: '#E94A07'

red 233 ◦ green 74 ◦ blue 7

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

Shades of Persimmon #E94A07

Tints of Persimmon #E94A07

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.57%

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

R = 74.2%
G = 23.57%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E94A07 (or 0xE94A07) is known color: Persimmon. HEX triplet: E9, 4A and 07. RGB value is (233,74,7). Sum of RGB (Red+Green+Blue) = 233+74+7=314 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.20% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 7 (3.12% from 255 or 2.23% from 314); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94A07 is #16B5F8. Grayscale: #727272. Windows color (decimal): -1488377 or 477929. OLE color: 477929.

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

Color convert

RGB 233 74 7 -
CMYK 0 0.68 0.97 0.09
HSL 17.79º 0.94% 0.47% -
HSV(B) 17.79º 0.97% 0.91% -
XYZ 36.09 22.24 2.59 -
YUV 113.9 67.68 212.95 -
System Red Green Blue C M Y K H S L
Decimal 233 74 7 0 0.68 0.97 0.09 17.79 0.94 0.47
Hex E9 4A 7 0 44 61 9 12 5E 2F
Octal 351 112 7 0 104 141 11 22 136 57
Binary 11101001 1001010 111 0 1000100 1100001 1001 10010 1011110 101111

Color Harmonies of #E94A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94A07

Black with #E94A07

Text Example


Text Example

White with #E94A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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