Html Css Color HEX #E9640C Persimmon

📋 copy color: '#E9640C'

red 233 ◦ green 100 ◦ blue 12

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

Shades of Persimmon #E9640C

Tints of Persimmon #E9640C

RGB

 RED value IS 233 (91.41% from 255) = 67.54%

 GREEN value IS 100 (39.45% from 255) = 28.99%

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

R = 67.54%
G = 28.99%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E9640C (or 0xE9640C) is known color: Persimmon. HEX triplet: E9, 64 and 0C. RGB value is (233,100,12). Sum of RGB (Red+Green+Blue) = 233+100+12=345 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.54% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 233 - color contains mainly: red. Hex color #E9640C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9640C is #169BF3. Grayscale: #828282. Windows color (decimal): -1481716 or 812265. OLE color: 812265.

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

Color convert

RGB 233 100 12 -
CMYK 0 0.57 0.95 0.09
HSL 23.89º 0.9% 0.48% -
HSV(B) 23.89º 0.95% 0.91% -
XYZ 38.23 26.46 3.44 -
YUV 129.74 61.56 201.66 -
System Red Green Blue C M Y K H S L
Decimal 233 100 12 0 0.57 0.95 0.09 23.89 0.9 0.48
Hex E9 64 C 0 39 5F 9 18 5A 30
Octal 351 144 14 0 71 137 11 30 132 60
Binary 11101001 1100100 1100 0 111001 1011111 1001 11000 1011010 110000

Color Harmonies of #E9640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9640C

Black with #E9640C

Text Example


Text Example

White with #E9640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9640C; }

 p { color: rgb(233,100,12); }

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

background-color css

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

 a { background-color: rgb(233,100,12); }

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

border-color css

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

 span { border-color: rgb(233,100,12); }

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