Html Css Color HEX #E74400 Persimmon

📋 copy color: '#E74400'

red 231 ◦ green 68 ◦ blue 0

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

Shades of Persimmon #E74400

Tints of Persimmon #E74400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.74%

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

R = 77.26%
G = 22.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E74400 (or 0xE74400) is known color: Persimmon. HEX triplet: E7, 44 and 00. RGB value is (231,68,0). Sum of RGB (Red+Green+Blue) = 231+68+0=299 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77.26% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 231 - color contains mainly: red. Hex color #E74400 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74400 is #18BBFF. Grayscale: #6D6D6D. Windows color (decimal): -1620992 or 17639. OLE color: 17639.

HSL color Cylindrical-coordinate representation of color #E74400: hue angle of 17.66º 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 #E74400 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 68 0 -
CMYK 0 0.71 1 0.09
HSL 17.66º 1% 0.45% -
HSV(B) 17.66º 1% 0.91% -
XYZ 35.02 21.12 2.23 -
YUV 108.99 66.5 215.03 -
System Red Green Blue C M Y K H S L
Decimal 231 68 0 0 0.71 1 0.09 17.66 1 0.45
Hex E7 44 0 0 47 64 9 12 64 2D
Octal 347 104 0 0 107 144 11 22 144 55
Binary 11100111 1000100 0 0 1000111 1100100 1001 10010 1100100 101101

Color Harmonies of #E74400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74400

Black with #E74400

Text Example


Text Example

White with #E74400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74400; }

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

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

background-color css

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

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

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

border-color css

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

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

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