Html Css Color HEX #EF6400 Persimmon

📋 copy color: '#EF6400'

red 239 ◦ green 100 ◦ blue 0

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

Shades of Persimmon #EF6400

Tints of Persimmon #EF6400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.5%
G = 29.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EF6400 (or 0xEF6400) is known color: Persimmon. HEX triplet: EF, 64 and 00. RGB value is (239,100,0). Sum of RGB (Red+Green+Blue) = 239+100+0=339 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.50% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6400 is #109BFF. Grayscale: #828282. Windows color (decimal): -1088512 or 25839. OLE color: 25839.

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

Color convert

RGB 239 100 0 -
CMYK 0 0.58 1 0.06
HSL 25.1º 1% 0.47% -
HSV(B) 25.1º 1% 0.94% -
XYZ 40.15 27.47 3.18 -
YUV 130.16 54.55 205.63 -
System Red Green Blue C M Y K H S L
Decimal 239 100 0 0 0.58 1 0.06 25.1 1 0.47
Hex EF 64 0 0 3A 64 6 19 64 2F
Octal 357 144 0 0 72 144 6 31 144 57
Binary 11101111 1100100 0 0 111010 1100100 110 11001 1100100 101111

Color Harmonies of #EF6400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6400

Black with #EF6400

Text Example


Text Example

White with #EF6400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6400; }

 p { color: rgb(239,100,0); }

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

background-color css

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

 a { background-color: rgb(239,100,0); }

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

border-color css

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

 span { border-color: rgb(239,100,0); }

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