Html Css Color HEX #EF6605 Persimmon

📋 copy color: '#EF6605'

red 239 ◦ green 102 ◦ blue 5

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

Shades of Persimmon #EF6605

Tints of Persimmon #EF6605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.45%

R = 69.08%
G = 29.48%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF6605 (or 0xEF6605) is known color: Persimmon. HEX triplet: EF, 66 and 05. RGB value is (239,102,5). Sum of RGB (Red+Green+Blue) = 239+102+5=346 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.08% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 5 (2.34% from 255 or 1.45% from 346); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6605 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6605 is #1099FA. Grayscale: #848484. Windows color (decimal): -1087995 or 354031. OLE color: 354031.

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

Color convert

RGB 239 102 5 -
CMYK 0 0.57 0.98 0.06
HSL 24.87º 0.96% 0.48% -
HSV(B) 24.87º 0.98% 0.94% -
XYZ 40.38 27.86 3.39 -
YUV 131.91 56.39 204.39 -
System Red Green Blue C M Y K H S L
Decimal 239 102 5 0 0.57 0.98 0.06 24.87 0.96 0.48
Hex EF 66 5 0 39 62 6 19 60 30
Octal 357 146 5 0 71 142 6 31 140 60
Binary 11101111 1100110 101 0 111001 1100010 110 11001 1100000 110000

Color Harmonies of #EF6605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6605

Black with #EF6605

Text Example


Text Example

White with #EF6605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6605; }

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

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

background-color css

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

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

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

border-color css

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

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

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