Html Css Color HEX #EF4B0D Persimmon

📋 copy color: '#EF4B0D'

red 239 ◦ green 75 ◦ blue 13

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

Shades of Persimmon #EF4B0D

Tints of Persimmon #EF4B0D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.94%

 BLUE value IS 13 (5.47% from 255) = 3.98%

R = 73.09%
G = 22.94%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF4B0D (or 0xEF4B0D) is known color: Persimmon. HEX triplet: EF, 4B and 0D. RGB value is (239,75,13). Sum of RGB (Red+Green+Blue) = 239+75+13=327 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.09% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4B0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4B0D is #10B4F2. Grayscale: #757575. Windows color (decimal): -1094899 or 871407. OLE color: 871407.

HSL color Cylindrical-coordinate representation of color #EF4B0D: hue angle of 16.46º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF4B0D is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 75 13 -
CMYK 0 0.69 0.95 0.06
HSL 16.46º 0.9% 0.49% -
HSV(B) 16.46º 0.95% 0.94% -
XYZ 38.19 23.41 2.89 -
YUV 116.97 69.33 215.04 -
System Red Green Blue C M Y K H S L
Decimal 239 75 13 0 0.69 0.95 0.06 16.46 0.9 0.49
Hex EF 4B D 0 45 5F 6 10 5A 31
Octal 357 113 15 0 105 137 6 20 132 61
Binary 11101111 1001011 1101 0 1000101 1011111 110 10000 1011010 110001

Color Harmonies of #EF4B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4B0D

Black with #EF4B0D

Text Example


Text Example

White with #EF4B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4B0D; }

 p { color: rgb(239,75,13); }

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

background-color css

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

 a { background-color: rgb(239,75,13); }

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

border-color css

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

 span { border-color: rgb(239,75,13); }

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