Html Css Color HEX #EF6504 Persimmon

📋 copy color: '#EF6504'

red 239 ◦ green 101 ◦ blue 4

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

Shades of Persimmon #EF6504

Tints of Persimmon #EF6504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.16%

R = 69.48%
G = 29.36%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF6504 (or 0xEF6504) is known color: Persimmon. HEX triplet: EF, 65 and 04. RGB value is (239,101,4). Sum of RGB (Red+Green+Blue) = 239+101+4=344 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.48% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 4 (1.95% from 255 or 1.16% from 344); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6504 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6504 is #109AFB. Grayscale: #838383. Windows color (decimal): -1088252 or 288239. OLE color: 288239.

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

Color convert

RGB 239 101 4 -
CMYK 0 0.58 0.98 0.06
HSL 24.77º 0.97% 0.48% -
HSV(B) 24.77º 0.98% 0.94% -
XYZ 40.27 27.67 3.33 -
YUV 131.2 56.22 204.89 -
System Red Green Blue C M Y K H S L
Decimal 239 101 4 0 0.58 0.98 0.06 24.77 0.97 0.48
Hex EF 65 4 0 3A 62 6 19 61 30
Octal 357 145 4 0 72 142 6 31 141 60
Binary 11101111 1100101 100 0 111010 1100010 110 11001 1100001 110000

Color Harmonies of #EF6504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6504

Black with #EF6504

Text Example


Text Example

White with #EF6504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6504; }

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

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

background-color css

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

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

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

border-color css

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

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

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