Html Css Color HEX #E64A07 Persimmon

📋 copy color: '#E64A07'

red 230 ◦ green 74 ◦ blue 7

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

Shades of Persimmon #E64A07

Tints of Persimmon #E64A07

RGB

 RED value IS 230 (90.23% from 255) = 73.95%

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

 BLUE value IS 7 (3.13% from 255) = 2.25%

R = 73.95%
G = 23.79%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E64A07 (or 0xE64A07) is known color: Persimmon. HEX triplet: E6, 4A and 07. RGB value is (230,74,7). Sum of RGB (Red+Green+Blue) = 230+74+7=311 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.95% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64A07 is #19B5F8. Grayscale: #717171. Windows color (decimal): -1684985 or 477926. OLE color: 477926.

HSL color Cylindrical-coordinate representation of color #E64A07: hue angle of 18.03º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E64A07 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 74 7 -
CMYK 0 0.68 0.97 0.10
HSL 18.03º 0.94% 0.46% -
HSV(B) 18.03º 0.97% 0.9% -
XYZ 35.12 21.74 2.55 -
YUV 113.01 68.18 211.45 -
System Red Green Blue C M Y K H S L
Decimal 230 74 7 0 0.68 0.97 0.10 18.03 0.94 0.46
Hex E6 4A 7 0 44 61 A 12 5E 2E
Octal 346 112 7 0 104 141 12 22 136 56
Binary 11100110 1001010 111 0 1000100 1100001 1010 10010 1011110 101110

Color Harmonies of #E64A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64A07

Black with #E64A07

Text Example


Text Example

White with #E64A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64A07; }

 p { color: rgb(230,74,7); }

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

background-color css

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

 a { background-color: rgb(230,74,7); }

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

border-color css

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

 span { border-color: rgb(230,74,7); }

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