Html Css Color HEX #EF4A00 Persimmon

📋 copy color: '#EF4A00'

red 239 ◦ green 74 ◦ blue 0

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

Shades of Persimmon #EF4A00

Tints of Persimmon #EF4A00

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.64%

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

R = 76.36%
G = 23.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EF4A00 (or 0xEF4A00) is known color: Persimmon. HEX triplet: EF, 4A and 00. RGB value is (239,74,0). Sum of RGB (Red+Green+Blue) = 239+74+0=313 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.36% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4A00 is #10B5FF. Grayscale: #737373. Windows color (decimal): -1095168 or 19183. OLE color: 19183.

HSL color Cylindrical-coordinate representation of color #EF4A00: hue angle of 18.58º 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 #EF4A00 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 74 0 -
CMYK 0 0.69 1 0.06
HSL 18.58º 1% 0.47% -
HSV(B) 18.58º 1% 0.94% -
XYZ 38.05 23.25 2.48 -
YUV 114.9 63.16 216.52 -
System Red Green Blue C M Y K H S L
Decimal 239 74 0 0 0.69 1 0.06 18.58 1 0.47
Hex EF 4A 0 0 45 64 6 13 64 2F
Octal 357 112 0 0 105 144 6 23 144 57
Binary 11101111 1001010 0 0 1000101 1100100 110 10011 1100100 101111

Color Harmonies of #EF4A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4A00

Black with #EF4A00

Text Example


Text Example

White with #EF4A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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