Html Css Color HEX #EF660B Persimmon

📋 copy color: '#EF660B'

red 239 ◦ green 102 ◦ blue 11

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

Shades of Persimmon #EF660B

Tints of Persimmon #EF660B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.13%

R = 67.9%
G = 28.98%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF660B (or 0xEF660B) is known color: Persimmon. HEX triplet: EF, 66 and 0B. RGB value is (239,102,11). Sum of RGB (Red+Green+Blue) = 239+102+11=352 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.90% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 11 (4.69% from 255 or 3.12% from 352); Max value from RGB is 239 - color contains mainly: red. Hex color #EF660B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF660B is #1099F4. Grayscale: #858585. Windows color (decimal): -1087989 or 747247. OLE color: 747247.

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

Color convert

RGB 239 102 11 -
CMYK 0 0.57 0.95 0.06
HSL 23.95º 0.91% 0.49% -
HSV(B) 23.95º 0.95% 0.94% -
XYZ 40.41 27.88 3.57 -
YUV 132.59 59.39 203.9 -
System Red Green Blue C M Y K H S L
Decimal 239 102 11 0 0.57 0.95 0.06 23.95 0.91 0.49
Hex EF 66 B 0 39 5F 6 18 5B 31
Octal 357 146 13 0 71 137 6 30 133 61
Binary 11101111 1100110 1011 0 111001 1011111 110 11000 1011011 110001

Color Harmonies of #EF660B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF660B

Black with #EF660B

Text Example


Text Example

White with #EF660B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF660B; }

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

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

background-color css

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

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

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

border-color css

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

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

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