Html Css Color HEX #E04300 Persimmon

📋 copy color: '#E04300'

red 224 ◦ green 67 ◦ blue 0

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

Shades of Persimmon #E04300

Tints of Persimmon #E04300

RGB

 RED value IS 224 (87.89% from 255) = 76.98%

 GREEN value IS 67 (26.56% from 255) = 23.02%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.98%
G = 23.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E04300 (or 0xE04300) is known color: Persimmon. HEX triplet: E0, 43 and 00. RGB value is (224,67,0). Sum of RGB (Red+Green+Blue) = 224+67+0=291 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.98% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 224 - color contains mainly: red. Hex color #E04300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04300 is #1FBCFF. Grayscale: #6A6A6A. Windows color (decimal): -2080000 or 17376. OLE color: 17376.

HSL color Cylindrical-coordinate representation of color #E04300: hue angle of 17.95º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E04300 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 67 0 -
CMYK 0 0.70 1 0.12
HSL 17.95º 1% 0.44% -
HSV(B) 17.95º 1% 0.88% -
XYZ 32.75 19.86 2.11 -
YUV 106.31 68.01 211.95 -
System Red Green Blue C M Y K H S L
Decimal 224 67 0 0 0.70 1 0.12 17.95 1 0.44
Hex E0 43 0 0 46 64 C 12 64 2C
Octal 340 103 0 0 106 144 14 22 144 54
Binary 11100000 1000011 0 0 1000110 1100100 1100 10010 1100100 101100

Color Harmonies of #E04300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04300

Black with #E04300

Text Example


Text Example

White with #E04300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04300; }

 p { color: rgb(224,67,0); }

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

background-color css

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

 a { background-color: rgb(224,67,0); }

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

border-color css

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

 span { border-color: rgb(224,67,0); }

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