Html Css Color HEX #ED861B Carrot Orange

📋 copy color: '#ED861B'

red 237 ◦ green 134 ◦ blue 27

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

Shades of Carrot Orange #ED861B

Tints of Carrot Orange #ED861B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.67%

 BLUE value IS 27 (10.94% from 255) = 6.78%

R = 59.55%
G = 33.67%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED861B (or 0xED861B) is known color: Carrot Orange. HEX triplet: ED, 86 and 1B. RGB value is (237,134,27). Sum of RGB (Red+Green+Blue) = 237+134+27=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 27 (10.94% from 255 or 6.78% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED861B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED861B is #1279E4. Grayscale: #999999. Windows color (decimal): -1210853 or 1804013. OLE color: 1804013.

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

Color convert

RGB 237 134 27 -
CMYK 0 0.43 0.89 0.07
HSL 30.57º 0.85% 0.52% -
HSV(B) 30.57º 0.89% 0.93% -
XYZ 43.65 35.13 5.52 -
YUV 152.6 57.12 188.2 -
System Red Green Blue C M Y K H S L
Decimal 237 134 27 0 0.43 0.89 0.07 30.57 0.85 0.52
Hex ED 86 1B 0 2B 59 7 1F 55 34
Octal 355 206 33 0 53 131 7 37 125 64
Binary 11101101 10000110 11011 0 101011 1011001 111 11111 1010101 110100

Color Harmonies of #ED861B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED861B

Black with #ED861B

Text Example


Text Example

White with #ED861B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED861B; }

 p { color: rgb(237,134,27); }

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

background-color css

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

 a { background-color: rgb(237,134,27); }

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

border-color css

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

 span { border-color: rgb(237,134,27); }

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