Html Css Color HEX #EF620C Persimmon

📋 copy color: '#EF620C'

red 239 ◦ green 98 ◦ blue 12

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

Shades of Persimmon #EF620C

Tints of Persimmon #EF620C

RGB

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

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

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

R = 68.48%
G = 28.08%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF620C (or 0xEF620C) is known color: Persimmon. HEX triplet: EF, 62 and 0C. RGB value is (239,98,12). Sum of RGB (Red+Green+Blue) = 239+98+12=349 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.48% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 239 - color contains mainly: red. Hex color #EF620C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF620C is #109DF3. Grayscale: #828282. Windows color (decimal): -1089012 or 811759. OLE color: 811759.

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

Color convert

RGB 239 98 12 -
CMYK 0 0.59 0.95 0.06
HSL 22.73º 0.9% 0.49% -
HSV(B) 22.73º 0.95% 0.94% -
XYZ 40.03 27.11 3.47 -
YUV 130.36 61.21 205.49 -
System Red Green Blue C M Y K H S L
Decimal 239 98 12 0 0.59 0.95 0.06 22.73 0.9 0.49
Hex EF 62 C 0 3B 5F 6 17 5A 31
Octal 357 142 14 0 73 137 6 27 132 61
Binary 11101111 1100010 1100 0 111011 1011111 110 10111 1011010 110001

Color Harmonies of #EF620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF620C

Black with #EF620C

Text Example


Text Example

White with #EF620C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF620C; }

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

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

background-color css

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

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

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

border-color css

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

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

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