Html Css Color HEX #E94A0F Persimmon

📋 copy color: '#E94A0F'

red 233 ◦ green 74 ◦ blue 15

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

Shades of Persimmon #E94A0F

Tints of Persimmon #E94A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.66%

R = 72.36%
G = 22.98%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E94A0F (or 0xE94A0F) is known color: Persimmon. HEX triplet: E9, 4A and 0F. RGB value is (233,74,15). Sum of RGB (Red+Green+Blue) = 233+74+15=322 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.36% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94A0F is #16B5F0. Grayscale: #737373. Windows color (decimal): -1488369 or 1002217. OLE color: 1002217.

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

Color convert

RGB 233 74 15 -
CMYK 0 0.68 0.94 0.09
HSL 16.24º 0.88% 0.49% -
HSV(B) 16.24º 0.94% 0.91% -
XYZ 36.14 22.26 2.84 -
YUV 114.82 71.68 212.3 -
System Red Green Blue C M Y K H S L
Decimal 233 74 15 0 0.68 0.94 0.09 16.24 0.88 0.49
Hex E9 4A F 0 44 5E 9 10 58 31
Octal 351 112 17 0 104 136 11 20 130 61
Binary 11101001 1001010 1111 0 1000100 1011110 1001 10000 1011000 110001

Color Harmonies of #E94A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94A0F

Black with #E94A0F

Text Example


Text Example

White with #E94A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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