Html Css Color HEX #ED851B Carrot Orange

📋 copy color: '#ED851B'

red 237 ◦ green 133 ◦ blue 27

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

Shades of Carrot Orange #ED851B

Tints of Carrot Orange #ED851B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.5%

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

R = 59.7%
G = 33.5%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED851B (or 0xED851B) is known color: Carrot Orange. HEX triplet: ED, 85 and 1B. RGB value is (237,133,27). Sum of RGB (Red+Green+Blue) = 237+133+27=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 27 (10.94% from 255 or 6.80% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED851B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED851B is #127AE4. Grayscale: #989898. Windows color (decimal): -1211109 or 1803757. OLE color: 1803757.

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

Color convert

RGB 237 133 27 -
CMYK 0 0.44 0.89 0.07
HSL 30.29º 0.85% 0.52% -
HSV(B) 30.29º 0.89% 0.93% -
XYZ 43.51 34.86 5.47 -
YUV 152.01 57.46 188.62 -
System Red Green Blue C M Y K H S L
Decimal 237 133 27 0 0.44 0.89 0.07 30.29 0.85 0.52
Hex ED 85 1B 0 2C 59 7 1E 55 34
Octal 355 205 33 0 54 131 7 36 125 64
Binary 11101101 10000101 11011 0 101100 1011001 111 11110 1010101 110100

Color Harmonies of #ED851B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED851B

Black with #ED851B

Text Example


Text Example

White with #ED851B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED851B; }

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

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

background-color css

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

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

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

border-color css

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

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

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