Html Css Color HEX #ED5B0B Persimmon

📋 copy color: '#ED5B0B'

red 237 ◦ green 91 ◦ blue 11

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

Shades of Persimmon #ED5B0B

Tints of Persimmon #ED5B0B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.84%

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

R = 69.91%
G = 26.84%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED5B0B (or 0xED5B0B) is known color: Persimmon. HEX triplet: ED, 5B and 0B. RGB value is (237,91,11). Sum of RGB (Red+Green+Blue) = 237+91+11=339 (44% of max value = 765). Red value is 237 (92.97% from 255 or 69.91% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 11 (4.69% from 255 or 3.24% from 339); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5B0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5B0B is #12A4F4. Grayscale: #7D7D7D. Windows color (decimal): -1221877 or 744429. OLE color: 744429.

HSL color Cylindrical-coordinate representation of color #ED5B0B: hue angle of 21.24º 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 #ED5B0B is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 91 11 -
CMYK 0 0.62 0.95 0.07
HSL 21.24º 0.91% 0.49% -
HSV(B) 21.24º 0.95% 0.93% -
XYZ 38.73 25.51 3.2 -
YUV 125.53 63.37 207.5 -
System Red Green Blue C M Y K H S L
Decimal 237 91 11 0 0.62 0.95 0.07 21.24 0.91 0.49
Hex ED 5B B 0 3E 5F 7 15 5B 31
Octal 355 133 13 0 76 137 7 25 133 61
Binary 11101101 1011011 1011 0 111110 1011111 111 10101 1011011 110001

Color Harmonies of #ED5B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5B0B

Black with #ED5B0B

Text Example


Text Example

White with #ED5B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5B0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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