Html Css Color HEX #E65D0C Persimmon

📋 copy color: '#E65D0C'

red 230 ◦ green 93 ◦ blue 12

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

Shades of Persimmon #E65D0C

Tints of Persimmon #E65D0C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.76%

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

R = 68.66%
G = 27.76%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E65D0C (or 0xE65D0C) is known color: Persimmon. HEX triplet: E6, 5D and 0C. RGB value is (230,93,12). Sum of RGB (Red+Green+Blue) = 230+93+12=335 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.66% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65D0C is #19A2F3. Grayscale: #7D7D7D. Windows color (decimal): -1680116 or 810470. OLE color: 810470.

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

Color convert

RGB 230 93 12 -
CMYK 0 0.60 0.95 0.10
HSL 22.29º 0.9% 0.47% -
HSV(B) 22.29º 0.95% 0.9% -
XYZ 36.61 24.68 3.18 -
YUV 124.73 64.39 203.09 -
System Red Green Blue C M Y K H S L
Decimal 230 93 12 0 0.60 0.95 0.10 22.29 0.9 0.47
Hex E6 5D C 0 3C 5F A 16 5A 2F
Octal 346 135 14 0 74 137 12 26 132 57
Binary 11100110 1011101 1100 0 111100 1011111 1010 10110 1011010 101111

Color Harmonies of #E65D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65D0C

Black with #E65D0C

Text Example


Text Example

White with #E65D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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