Html Css Color HEX #E65F0C Persimmon

📋 copy color: '#E65F0C'

red 230 ◦ green 95 ◦ blue 12

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

Shades of Persimmon #E65F0C

Tints of Persimmon #E65F0C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.19%

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

R = 68.25%
G = 28.19%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E65F0C (or 0xE65F0C) is known color: Persimmon. HEX triplet: E6, 5F and 0C. RGB value is (230,95,12). Sum of RGB (Red+Green+Blue) = 230+95+12=337 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.25% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65F0C is #19A0F3. Grayscale: #7E7E7E. Windows color (decimal): -1679604 or 810982. OLE color: 810982.

HSL color Cylindrical-coordinate representation of color #E65F0C: hue angle of 22.84º 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 #E65F0C is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 95 12 -
CMYK 0 0.59 0.95 0.10
HSL 22.84º 0.9% 0.47% -
HSV(B) 22.84º 0.95% 0.9% -
XYZ 36.79 25.03 3.24 -
YUV 125.9 63.73 202.25 -
System Red Green Blue C M Y K H S L
Decimal 230 95 12 0 0.59 0.95 0.10 22.84 0.9 0.47
Hex E6 5F C 0 3B 5F A 17 5A 2F
Octal 346 137 14 0 73 137 12 27 132 57
Binary 11100110 1011111 1100 0 111011 1011111 1010 10111 1011010 101111

Color Harmonies of #E65F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65F0C

Black with #E65F0C

Text Example


Text Example

White with #E65F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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