Html Css Color HEX #EF6508 Persimmon

📋 copy color: '#EF6508'

red 239 ◦ green 101 ◦ blue 8

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

Shades of Persimmon #EF6508

Tints of Persimmon #EF6508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.3%

R = 68.68%
G = 29.02%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF6508 (or 0xEF6508) is known color: Persimmon. HEX triplet: EF, 65 and 08. RGB value is (239,101,8). Sum of RGB (Red+Green+Blue) = 239+101+8=348 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.68% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 8 (3.52% from 255 or 2.30% from 348); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6508 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6508 is #109AF7. Grayscale: #848484. Windows color (decimal): -1088248 or 550383. OLE color: 550383.

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

Color convert

RGB 239 101 8 -
CMYK 0 0.58 0.97 0.06
HSL 24.16º 0.94% 0.48% -
HSV(B) 24.16º 0.97% 0.94% -
XYZ 40.29 27.68 3.45 -
YUV 131.66 58.22 204.56 -
System Red Green Blue C M Y K H S L
Decimal 239 101 8 0 0.58 0.97 0.06 24.16 0.94 0.48
Hex EF 65 8 0 3A 61 6 18 5E 30
Octal 357 145 10 0 72 141 6 30 136 60
Binary 11101111 1100101 1000 0 111010 1100001 110 11000 1011110 110000

Color Harmonies of #EF6508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6508

Black with #EF6508

Text Example


Text Example

White with #EF6508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6508; }

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

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

background-color css

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

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

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

border-color css

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

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

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