Html Css Color HEX #ED8E2B Carrot Orange

📋 copy color: '#ED8E2B'

red 237 ◦ green 142 ◦ blue 43

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

Shades of Carrot Orange #ED8E2B

Tints of Carrot Orange #ED8E2B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.65%

 BLUE value IS 43 (17.19% from 255) = 10.19%

R = 56.16%
G = 33.65%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED8E2B (or 0xED8E2B) is known color: Carrot Orange. HEX triplet: ED, 8E and 2B. RGB value is (237,142,43). Sum of RGB (Red+Green+Blue) = 237+142+43=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 43 (17.19% from 255 or 10.19% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8E2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8E2B is #1271D4. Grayscale: #9F9F9F. Windows color (decimal): -1208789 or 2854637. OLE color: 2854637.

HSL color Cylindrical-coordinate representation of color #ED8E2B: hue angle of 30.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 #ED8E2B is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 142 43 -
CMYK 0 0.40 0.82 0.07
HSL 30.62º 0.84% 0.55% -
HSV(B) 30.62º 0.82% 0.93% -
XYZ 45.03 37.52 7.15 -
YUV 159.12 62.47 183.55 -
System Red Green Blue C M Y K H S L
Decimal 237 142 43 0 0.40 0.82 0.07 30.62 0.84 0.55
Hex ED 8E 2B 0 28 52 7 1F 54 37
Octal 355 216 53 0 50 122 7 37 124 67
Binary 11101101 10001110 101011 0 101000 1010010 111 11111 1010100 110111

Color Harmonies of #ED8E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8E2B

Black with #ED8E2B

Text Example


Text Example

White with #ED8E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8E2B; }

 p { color: rgb(237,142,43); }

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

background-color css

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

 a { background-color: rgb(237,142,43); }

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

border-color css

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

 span { border-color: rgb(237,142,43); }

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