Html Css Color HEX #EF630E Persimmon

📋 copy color: '#EF630E'

red 239 ◦ green 99 ◦ blue 14

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

Shades of Persimmon #EF630E

Tints of Persimmon #EF630E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.13%

 BLUE value IS 14 (5.86% from 255) = 3.98%

R = 67.9%
G = 28.13%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF630E (or 0xEF630E) is known color: Persimmon. HEX triplet: EF, 63 and 0E. RGB value is (239,99,14). Sum of RGB (Red+Green+Blue) = 239+99+14=352 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.90% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 14 (5.86% from 255 or 3.98% from 352); Max value from RGB is 239 - color contains mainly: red. Hex color #EF630E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF630E is #109CF1. Grayscale: #838383. Windows color (decimal): -1088754 or 943087. OLE color: 943087.

HSL color Cylindrical-coordinate representation of color #EF630E: hue angle of 22.67º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF630E is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 99 14 -
CMYK 0 0.59 0.94 0.06
HSL 22.67º 0.89% 0.5% -
HSV(B) 22.67º 0.94% 0.94% -
XYZ 40.14 27.31 3.57 -
YUV 131.17 61.88 204.91 -
System Red Green Blue C M Y K H S L
Decimal 239 99 14 0 0.59 0.94 0.06 22.67 0.89 0.5
Hex EF 63 E 0 3B 5E 6 17 59 32
Octal 357 143 16 0 73 136 6 27 131 62
Binary 11101111 1100011 1110 0 111011 1011110 110 10111 1011001 110010

Color Harmonies of #EF630E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF630E

Black with #EF630E

Text Example


Text Example

White with #EF630E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF630E; }

 p { color: rgb(239,99,14); }

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

background-color css

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

 a { background-color: rgb(239,99,14); }

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

border-color css

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

 span { border-color: rgb(239,99,14); }

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