Html Css Color HEX #ED8323 Carrot Orange

📋 copy color: '#ED8323'

red 237 ◦ green 131 ◦ blue 35

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

Shades of Carrot Orange #ED8323

Tints of Carrot Orange #ED8323

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.51%

 BLUE value IS 35 (14.06% from 255) = 8.68%

R = 58.81%
G = 32.51%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ED8323 (or 0xED8323) is known color: Carrot Orange. HEX triplet: ED, 83 and 23. RGB value is (237,131,35). Sum of RGB (Red+Green+Blue) = 237+131+35=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 35 (14.06% from 255 or 8.68% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8323 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8323 is #127CDC. Grayscale: #989898. Windows color (decimal): -1211613 or 2327533. OLE color: 2327533.

HSL color Cylindrical-coordinate representation of color #ED8323: hue angle of 28.51º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED8323 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 131 35 -
CMYK 0 0.45 0.85 0.07
HSL 28.51º 0.85% 0.53% -
HSV(B) 28.51º 0.85% 0.93% -
XYZ 43.34 34.36 5.94 -
YUV 151.75 62.12 188.81 -
System Red Green Blue C M Y K H S L
Decimal 237 131 35 0 0.45 0.85 0.07 28.51 0.85 0.53
Hex ED 83 23 0 2D 55 7 1D 55 35
Octal 355 203 43 0 55 125 7 35 125 65
Binary 11101101 10000011 100011 0 101101 1010101 111 11101 1010101 110101

Color Harmonies of #ED8323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8323

Black with #ED8323

Text Example


Text Example

White with #ED8323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8323; }

 p { color: rgb(237,131,35); }

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

background-color css

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

 a { background-color: rgb(237,131,35); }

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

border-color css

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

 span { border-color: rgb(237,131,35); }

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