Html Css Color HEX #E94A06 Persimmon

📋 copy color: '#E94A06'

red 233 ◦ green 74 ◦ blue 6

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

Shades of Persimmon #E94A06

Tints of Persimmon #E94A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.92%

R = 74.44%
G = 23.64%
B = 1.92%

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

#E94A06 (or 0xE94A06) is known color: Persimmon. HEX triplet: E9, 4A and 06. RGB value is (233,74,6). Sum of RGB (Red+Green+Blue) = 233+74+6=313 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.44% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 6 (2.73% from 255 or 1.92% from 313); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94A06 is #16B5F9. Grayscale: #727272. Windows color (decimal): -1488378 or 412393. OLE color: 412393.

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

Color convert

RGB 233 74 6 -
CMYK 0 0.68 0.97 0.09
HSL 17.97º 0.95% 0.47% -
HSV(B) 17.97º 0.97% 0.91% -
XYZ 36.09 22.23 2.56 -
YUV 113.79 67.18 213.03 -
System Red Green Blue C M Y K H S L
Decimal 233 74 6 0 0.68 0.97 0.09 17.97 0.95 0.47
Hex E9 4A 6 0 44 61 9 12 5F 2F
Octal 351 112 6 0 104 141 11 22 137 57
Binary 11101001 1001010 110 0 1000100 1100001 1001 10010 1011111 101111

Color Harmonies of #E94A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94A06

Black with #E94A06

Text Example


Text Example

White with #E94A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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