Html Css Color HEX #ED831C Carrot Orange

📋 copy color: '#ED831C'

red 237 ◦ green 131 ◦ blue 28

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

Shades of Carrot Orange #ED831C

Tints of Carrot Orange #ED831C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.07%

R = 59.85%
G = 33.08%
B = 7.07%

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

#ED831C (or 0xED831C) is known color: Carrot Orange. HEX triplet: ED, 83 and 1C. RGB value is (237,131,28). Sum of RGB (Red+Green+Blue) = 237+131+28=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 28 (11.33% from 255 or 7.07% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED831C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED831C is #127CE3. Grayscale: #979797. Windows color (decimal): -1211620 or 1868781. OLE color: 1868781.

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

Color convert

RGB 237 131 28 -
CMYK 0 0.45 0.88 0.07
HSL 29.57º 0.85% 0.52% -
HSV(B) 29.57º 0.88% 0.93% -
XYZ 43.25 34.32 5.44 -
YUV 150.95 58.62 189.38 -
System Red Green Blue C M Y K H S L
Decimal 237 131 28 0 0.45 0.88 0.07 29.57 0.85 0.52
Hex ED 83 1C 0 2D 58 7 1E 55 34
Octal 355 203 34 0 55 130 7 36 125 64
Binary 11101101 10000011 11100 0 101101 1011000 111 11110 1010101 110100

Color Harmonies of #ED831C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED831C

Black with #ED831C

Text Example


Text Example

White with #ED831C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED831C; }

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

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

background-color css

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

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

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

border-color css

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

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

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