Html Css Color HEX #E8650C Persimmon

📋 copy color: '#E8650C'

red 232 ◦ green 101 ◦ blue 12

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

Shades of Persimmon #E8650C

Tints of Persimmon #E8650C

RGB

 RED value IS 232 (91.02% from 255) = 67.25%

 GREEN value IS 101 (39.84% from 255) = 29.28%

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

R = 67.25%
G = 29.28%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E8650C (or 0xE8650C) is known color: Persimmon. HEX triplet: E8, 65 and 0C. RGB value is (232,101,12). Sum of RGB (Red+Green+Blue) = 232+101+12=345 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.25% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 232 - color contains mainly: red. Hex color #E8650C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E8650C is #179AF3. Grayscale: #828282. Windows color (decimal): -1546996 or 812520. OLE color: 812520.

HSL color Cylindrical-coordinate representation of color #E8650C: hue angle of 24.27º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E8650C is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 101 12 -
CMYK 0 0.56 0.95 0.09
HSL 24.27º 0.9% 0.48% -
HSV(B) 24.27º 0.95% 0.91% -
XYZ 38 26.49 3.46 -
YUV 130.02 61.4 200.74 -
System Red Green Blue C M Y K H S L
Decimal 232 101 12 0 0.56 0.95 0.09 24.27 0.9 0.48
Hex E8 65 C 0 38 5F 9 18 5A 30
Octal 350 145 14 0 70 137 11 30 132 60
Binary 11101000 1100101 1100 0 111000 1011111 1001 11000 1011010 110000

Color Harmonies of #E8650C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8650C

Black with #E8650C

Text Example


Text Example

White with #E8650C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8650C; }

 p { color: rgb(232,101,12); }

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

background-color css

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

 a { background-color: rgb(232,101,12); }

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

border-color css

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

 span { border-color: rgb(232,101,12); }

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