Html Css Color HEX #ED831D Carrot Orange

📋 copy color: '#ED831D'

red 237 ◦ green 131 ◦ blue 29

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

Shades of Carrot Orange #ED831D

Tints of Carrot Orange #ED831D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.3%

R = 59.7%
G = 33%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED831D (or 0xED831D) is known color: Carrot Orange. HEX triplet: ED, 83 and 1D. RGB value is (237,131,29). Sum of RGB (Red+Green+Blue) = 237+131+29=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 29 (11.72% from 255 or 7.30% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED831D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED831D is #127CE2. Grayscale: #979797. Windows color (decimal): -1211619 or 1934317. OLE color: 1934317.

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

Color convert

RGB 237 131 29 -
CMYK 0 0.45 0.88 0.07
HSL 29.42º 0.85% 0.52% -
HSV(B) 29.42º 0.88% 0.93% -
XYZ 43.26 34.33 5.51 -
YUV 151.07 59.12 189.29 -
System Red Green Blue C M Y K H S L
Decimal 237 131 29 0 0.45 0.88 0.07 29.42 0.85 0.52
Hex ED 83 1D 0 2D 58 7 1D 55 34
Octal 355 203 35 0 55 130 7 35 125 64
Binary 11101101 10000011 11101 0 101101 1011000 111 11101 1010101 110100

Color Harmonies of #ED831D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED831D

Black with #ED831D

Text Example


Text Example

White with #ED831D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED831D; }

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

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

background-color css

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

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

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

border-color css

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

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

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