Html Css Color HEX #ED4E0B Persimmon

📋 copy color: '#ED4E0B'

red 237 ◦ green 78 ◦ blue 11

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

Shades of Persimmon #ED4E0B

Tints of Persimmon #ED4E0B

RGB

 RED value IS 237 (92.97% from 255) = 72.7%

 GREEN value IS 78 (30.86% from 255) = 23.93%

 BLUE value IS 11 (4.69% from 255) = 3.37%

R = 72.7%
G = 23.93%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED4E0B (or 0xED4E0B) is known color: Persimmon. HEX triplet: ED, 4E and 0B. RGB value is (237,78,11). Sum of RGB (Red+Green+Blue) = 237+78+11=326 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.70% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4E0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED4E0B is #12B1F4. Grayscale: #767676. Windows color (decimal): -1225205 or 741101. OLE color: 741101.

HSL color Cylindrical-coordinate representation of color #ED4E0B: hue angle of 17.79º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED4E0B is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 78 11 -
CMYK 0 0.67 0.95 0.07
HSL 17.79º 0.91% 0.49% -
HSV(B) 17.79º 0.95% 0.93% -
XYZ 37.71 23.48 2.86 -
YUV 117.9 67.68 212.95 -
System Red Green Blue C M Y K H S L
Decimal 237 78 11 0 0.67 0.95 0.07 17.79 0.91 0.49
Hex ED 4E B 0 43 5F 7 12 5B 31
Octal 355 116 13 0 103 137 7 22 133 61
Binary 11101101 1001110 1011 0 1000011 1011111 111 10010 1011011 110001

Color Harmonies of #ED4E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4E0B

Black with #ED4E0B

Text Example


Text Example

White with #ED4E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4E0B; }

 p { color: rgb(237,78,11); }

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

background-color css

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

 a { background-color: rgb(237,78,11); }

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

border-color css

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

 span { border-color: rgb(237,78,11); }

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