Html Css Color HEX #E74800 Persimmon

📋 copy color: '#E74800'

red 231 ◦ green 72 ◦ blue 0

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

Shades of Persimmon #E74800

Tints of Persimmon #E74800

RGB

 RED value IS 231 (90.63% from 255) = 76.24%

 GREEN value IS 72 (28.52% from 255) = 23.76%

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

R = 76.24%
G = 23.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E74800 (or 0xE74800) is known color: Persimmon. HEX triplet: E7, 48 and 00. RGB value is (231,72,0). Sum of RGB (Red+Green+Blue) = 231+72+0=303 (40% of max value = 765). Red value is 231 (90.62% from 255 or 76.24% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 231 - color contains mainly: red. Hex color #E74800 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74800 is #18B7FF. Grayscale: #6F6F6F. Windows color (decimal): -1619968 or 18663. OLE color: 18663.

HSL color Cylindrical-coordinate representation of color #E74800: hue angle of 18.7º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E74800 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 72 0 -
CMYK 0 0.69 1 0.09
HSL 18.7º 1% 0.45% -
HSV(B) 18.7º 1% 0.91% -
XYZ 35.27 21.62 2.31 -
YUV 111.33 65.18 213.35 -
System Red Green Blue C M Y K H S L
Decimal 231 72 0 0 0.69 1 0.09 18.7 1 0.45
Hex E7 48 0 0 45 64 9 13 64 2D
Octal 347 110 0 0 105 144 11 23 144 55
Binary 11100111 1001000 0 0 1000101 1100100 1001 10011 1100100 101101

Color Harmonies of #E74800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74800

Black with #E74800

Text Example


Text Example

White with #E74800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74800; }

 p { color: rgb(231,72,0); }

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

background-color css

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

 a { background-color: rgb(231,72,0); }

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

border-color css

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

 span { border-color: rgb(231,72,0); }

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