Html Css Color HEX #EF640C Persimmon

📋 copy color: '#EF640C'

red 239 ◦ green 100 ◦ blue 12

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

Shades of Persimmon #EF640C

Tints of Persimmon #EF640C

RGB

 RED value IS 239 (93.75% from 255) = 68.09%

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

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

R = 68.09%
G = 28.49%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF640C (or 0xEF640C) is known color: Persimmon. HEX triplet: EF, 64 and 0C. RGB value is (239,100,12). Sum of RGB (Red+Green+Blue) = 239+100+12=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF640C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF640C is #109BF3. Grayscale: #848484. Windows color (decimal): -1088500 or 812271. OLE color: 812271.

HSL color Cylindrical-coordinate representation of color #EF640C: hue angle of 23.26º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF640C is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 100 12 -
CMYK 0 0.58 0.95 0.06
HSL 23.26º 0.9% 0.49% -
HSV(B) 23.26º 0.95% 0.94% -
XYZ 40.22 27.49 3.53 -
YUV 131.53 60.55 204.66 -
System Red Green Blue C M Y K H S L
Decimal 239 100 12 0 0.58 0.95 0.06 23.26 0.9 0.49
Hex EF 64 C 0 3A 5F 6 17 5A 31
Octal 357 144 14 0 72 137 6 27 132 61
Binary 11101111 1100100 1100 0 111010 1011111 110 10111 1011010 110001

Color Harmonies of #EF640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF640C

Black with #EF640C

Text Example


Text Example

White with #EF640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF640C; }

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

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

background-color css

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

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

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

border-color css

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

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

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