Html Css Color HEX #ED872A Carrot Orange

📋 copy color: '#ED872A'

red 237 ◦ green 135 ◦ blue 42

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

Shades of Carrot Orange #ED872A

Tints of Carrot Orange #ED872A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.61%

 BLUE value IS 42 (16.8% from 255) = 10.14%

R = 57.25%
G = 32.61%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED872A (or 0xED872A) is known color: Carrot Orange. HEX triplet: ED, 87 and 2A. RGB value is (237,135,42). Sum of RGB (Red+Green+Blue) = 237+135+42=414 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.25% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 42 (16.80% from 255 or 10.14% from 414); Max value from RGB is 237 - color contains mainly: red. Hex color #ED872A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED872A is #1278D5. Grayscale: #9B9B9B. Windows color (decimal): -1210582 or 2787309. OLE color: 2787309.

HSL color Cylindrical-coordinate representation of color #ED872A: hue angle of 28.62º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED872A is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 135 42 -
CMYK 0 0.43 0.82 0.07
HSL 28.62º 0.84% 0.55% -
HSV(B) 28.62º 0.82% 0.93% -
XYZ 44.01 35.5 6.72 -
YUV 154.9 64.29 186.56 -
System Red Green Blue C M Y K H S L
Decimal 237 135 42 0 0.43 0.82 0.07 28.62 0.84 0.55
Hex ED 87 2A 0 2B 52 7 1D 54 37
Octal 355 207 52 0 53 122 7 35 124 67
Binary 11101101 10000111 101010 0 101011 1010010 111 11101 1010100 110111

Color Harmonies of #ED872A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED872A

Black with #ED872A

Text Example


Text Example

White with #ED872A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED872A; }

 p { color: rgb(237,135,42); }

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

background-color css

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

 a { background-color: rgb(237,135,42); }

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

border-color css

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

 span { border-color: rgb(237,135,42); }

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