Html Css Color HEX #E94F0D Persimmon

📋 copy color: '#E94F0D'

red 233 ◦ green 79 ◦ blue 13

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

Shades of Persimmon #E94F0D

Tints of Persimmon #E94F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4%

R = 71.69%
G = 24.31%
B = 4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E94F0D (or 0xE94F0D) is known color: Persimmon. HEX triplet: E9, 4F and 0D. RGB value is (233,79,13). Sum of RGB (Red+Green+Blue) = 233+79+13=325 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.69% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E94F0D is #16B0F2. Grayscale: #757575. Windows color (decimal): -1487091 or 872425. OLE color: 872425.

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

Color convert

RGB 233 79 13 -
CMYK 0 0.66 0.94 0.09
HSL 18º 0.89% 0.48% -
HSV(B) 18º 0.94% 0.91% -
XYZ 36.47 22.94 2.89 -
YUV 117.52 69.02 210.37 -
System Red Green Blue C M Y K H S L
Decimal 233 79 13 0 0.66 0.94 0.09 18 0.89 0.48
Hex E9 4F D 0 42 5E 9 12 59 30
Octal 351 117 15 0 102 136 11 22 131 60
Binary 11101001 1001111 1101 0 1000010 1011110 1001 10010 1011001 110000

Color Harmonies of #E94F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94F0D

Black with #E94F0D

Text Example


Text Example

White with #E94F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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