Html Css Color HEX #EF660F Persimmon

📋 copy color: '#EF660F'

red 239 ◦ green 102 ◦ blue 15

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

Shades of Persimmon #EF660F

Tints of Persimmon #EF660F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.65%

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

R = 67.13%
G = 28.65%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF660F (or 0xEF660F) is known color: Persimmon. HEX triplet: EF, 66 and 0F. RGB value is (239,102,15). Sum of RGB (Red+Green+Blue) = 239+102+15=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF660F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF660F is #1099F0. Grayscale: #858585. Windows color (decimal): -1087985 or 1009391. OLE color: 1009391.

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

Color convert

RGB 239 102 15 -
CMYK 0 0.57 0.94 0.06
HSL 23.3º 0.88% 0.5% -
HSV(B) 23.3º 0.94% 0.94% -
XYZ 40.43 27.89 3.7 -
YUV 133.05 61.39 203.57 -
System Red Green Blue C M Y K H S L
Decimal 239 102 15 0 0.57 0.94 0.06 23.3 0.88 0.5
Hex EF 66 F 0 39 5E 6 17 58 32
Octal 357 146 17 0 71 136 6 27 130 62
Binary 11101111 1100110 1111 0 111001 1011110 110 10111 1011000 110010

Color Harmonies of #EF660F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF660F

Black with #EF660F

Text Example


Text Example

White with #EF660F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF660F; }

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

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

background-color css

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

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

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

border-color css

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

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

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