Html Css Color HEX #E9620C Persimmon

📋 copy color: '#E9620C'

red 233 ◦ green 98 ◦ blue 12

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

Shades of Persimmon #E9620C

Tints of Persimmon #E9620C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.57%

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

R = 67.93%
G = 28.57%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E9620C (or 0xE9620C) is known color: Persimmon. HEX triplet: E9, 62 and 0C. RGB value is (233,98,12). Sum of RGB (Red+Green+Blue) = 233+98+12=343 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.93% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 233 - color contains mainly: red. Hex color #E9620C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9620C is #169DF3. Grayscale: #818181. Windows color (decimal): -1482228 or 811753. OLE color: 811753.

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

Color convert

RGB 233 98 12 -
CMYK 0 0.58 0.95 0.09
HSL 23.35º 0.9% 0.48% -
HSV(B) 23.35º 0.95% 0.91% -
XYZ 38.04 26.09 3.38 -
YUV 128.56 62.23 202.49 -
System Red Green Blue C M Y K H S L
Decimal 233 98 12 0 0.58 0.95 0.09 23.35 0.9 0.48
Hex E9 62 C 0 3A 5F 9 17 5A 30
Octal 351 142 14 0 72 137 11 27 132 60
Binary 11101001 1100010 1100 0 111010 1011111 1001 10111 1011010 110000

Color Harmonies of #E9620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9620C

Black with #E9620C

Text Example


Text Example

White with #E9620C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9620C; }

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

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

background-color css

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

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

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

border-color css

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

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

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