Html Css Color HEX #E64F0C Persimmon

📋 copy color: '#E64F0C'

red 230 ◦ green 79 ◦ blue 12

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

Shades of Persimmon #E64F0C

Tints of Persimmon #E64F0C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.61%

 BLUE value IS 12 (5.08% from 255) = 3.74%

R = 71.65%
G = 24.61%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E64F0C (or 0xE64F0C) is known color: Persimmon. HEX triplet: E6, 4F and 0C. RGB value is (230,79,12). Sum of RGB (Red+Green+Blue) = 230+79+12=321 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.65% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E64F0C is #19B0F3. Grayscale: #747474. Windows color (decimal): -1683700 or 806886. OLE color: 806886.

HSL color Cylindrical-coordinate representation of color #E64F0C: hue angle of 18.44º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E64F0C is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 79 12 -
CMYK 0 0.66 0.95 0.10
HSL 18.44º 0.9% 0.47% -
HSV(B) 18.44º 0.95% 0.9% -
XYZ 35.5 22.44 2.81 -
YUV 116.51 69.03 208.95 -
System Red Green Blue C M Y K H S L
Decimal 230 79 12 0 0.66 0.95 0.10 18.44 0.9 0.47
Hex E6 4F C 0 42 5F A 12 5A 2F
Octal 346 117 14 0 102 137 12 22 132 57
Binary 11100110 1001111 1100 0 1000010 1011111 1010 10010 1011010 101111

Color Harmonies of #E64F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64F0C

Black with #E64F0C

Text Example


Text Example

White with #E64F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64F0C; }

 p { color: rgb(230,79,12); }

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

background-color css

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

 a { background-color: rgb(230,79,12); }

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

border-color css

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

 span { border-color: rgb(230,79,12); }

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