Html Css Color HEX #ED630C Persimmon

📋 copy color: '#ED630C'

red 237 ◦ green 99 ◦ blue 12

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

Shades of Persimmon #ED630C

Tints of Persimmon #ED630C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.45%

 BLUE value IS 12 (5.08% from 255) = 3.45%

R = 68.1%
G = 28.45%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED630C (or 0xED630C) is known color: Persimmon. HEX triplet: ED, 63 and 0C. RGB value is (237,99,12). Sum of RGB (Red+Green+Blue) = 237+99+12=348 (46% of max value = 765). Red value is 237 (92.97% from 255 or 68.10% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 237 - color contains mainly: red. Hex color #ED630C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED630C is #129CF3. Grayscale: #828282. Windows color (decimal): -1219828 or 812013. OLE color: 812013.

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

Color convert

RGB 237 99 12 -
CMYK 0 0.58 0.95 0.07
HSL 23.2º 0.9% 0.49% -
HSV(B) 23.2º 0.95% 0.93% -
XYZ 39.45 26.95 3.47 -
YUV 130.34 61.22 204.07 -
System Red Green Blue C M Y K H S L
Decimal 237 99 12 0 0.58 0.95 0.07 23.2 0.9 0.49
Hex ED 63 C 0 3A 5F 7 17 5A 31
Octal 355 143 14 0 72 137 7 27 132 61
Binary 11101101 1100011 1100 0 111010 1011111 111 10111 1011010 110001

Color Harmonies of #ED630C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED630C

Black with #ED630C

Text Example


Text Example

White with #ED630C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED630C; }

 p { color: rgb(237,99,12); }

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

background-color css

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

 a { background-color: rgb(237,99,12); }

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

border-color css

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

 span { border-color: rgb(237,99,12); }

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