Html Css Color HEX #EF650F Persimmon

📋 copy color: '#EF650F'

red 239 ◦ green 101 ◦ blue 15

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

Shades of Persimmon #EF650F

Tints of Persimmon #EF650F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.45%

 BLUE value IS 15 (6.25% from 255) = 4.23%

R = 67.32%
G = 28.45%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF650F (or 0xEF650F) is known color: Persimmon. HEX triplet: EF, 65 and 0F. RGB value is (239,101,15). Sum of RGB (Red+Green+Blue) = 239+101+15=355 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.32% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 15 (6.25% from 255 or 4.23% from 355); Max value from RGB is 239 - color contains mainly: red. Hex color #EF650F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF650F is #109AF0. Grayscale: #848484. Windows color (decimal): -1088241 or 1009135. OLE color: 1009135.

HSL color Cylindrical-coordinate representation of color #EF650F: hue angle of 23.04º degrees, saturation: 0.88, 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 #EF650F is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 101 15 -
CMYK 0 0.58 0.94 0.06
HSL 23.04º 0.88% 0.5% -
HSV(B) 23.04º 0.94% 0.94% -
XYZ 40.34 27.69 3.67 -
YUV 132.46 61.72 203.99 -
System Red Green Blue C M Y K H S L
Decimal 239 101 15 0 0.58 0.94 0.06 23.04 0.88 0.5
Hex EF 65 F 0 3A 5E 6 17 58 32
Octal 357 145 17 0 72 136 6 27 130 62
Binary 11101111 1100101 1111 0 111010 1011110 110 10111 1011000 110010

Color Harmonies of #EF650F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF650F

Black with #EF650F

Text Example


Text Example

White with #EF650F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF650F; }

 p { color: rgb(239,101,15); }

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

background-color css

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

 a { background-color: rgb(239,101,15); }

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

border-color css

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

 span { border-color: rgb(239,101,15); }

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