Html Css Color HEX #ED8F2B Carrot Orange

📋 copy color: '#ED8F2B'

red 237 ◦ green 143 ◦ blue 43

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

Shades of Carrot Orange #ED8F2B

Tints of Carrot Orange #ED8F2B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.81%

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

R = 56.03%
G = 33.81%
B = 10.17%

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

#ED8F2B (or 0xED8F2B) is known color: Carrot Orange. HEX triplet: ED, 8F and 2B. RGB value is (237,143,43). Sum of RGB (Red+Green+Blue) = 237+143+43=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 43 (17.19% from 255 or 10.17% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8F2B is #1270D4. Grayscale: #A0A0A0. Windows color (decimal): -1208533 or 2854893. OLE color: 2854893.

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

Color convert

RGB 237 143 43 -
CMYK 0 0.40 0.82 0.07
HSL 30.93º 0.84% 0.55% -
HSV(B) 30.93º 0.82% 0.93% -
XYZ 45.18 37.82 7.2 -
YUV 159.71 62.14 183.13 -
System Red Green Blue C M Y K H S L
Decimal 237 143 43 0 0.40 0.82 0.07 30.93 0.84 0.55
Hex ED 8F 2B 0 28 52 7 1F 54 37
Octal 355 217 53 0 50 122 7 37 124 67
Binary 11101101 10001111 101011 0 101000 1010010 111 11111 1010100 110111

Color Harmonies of #ED8F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8F2B

Black with #ED8F2B

Text Example


Text Example

White with #ED8F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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