Html Css Color HEX #ED951B Carrot Orange

📋 copy color: '#ED951B'

red 237 ◦ green 149 ◦ blue 27

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

Shades of Carrot Orange #ED951B

Tints of Carrot Orange #ED951B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.08%

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

R = 57.38%
G = 36.08%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED951B (or 0xED951B) is known color: Carrot Orange. HEX triplet: ED, 95 and 1B. RGB value is (237,149,27). Sum of RGB (Red+Green+Blue) = 237+149+27=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 27 (10.94% from 255 or 6.54% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED951B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED951B is #126AE4. Grayscale: #A1A1A1. Windows color (decimal): -1207013 or 1807853. OLE color: 1807853.

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

Color convert

RGB 237 149 27 -
CMYK 0 0.37 0.89 0.07
HSL 34.86º 0.85% 0.52% -
HSV(B) 34.86º 0.89% 0.93% -
XYZ 45.87 39.58 6.26 -
YUV 161.4 52.15 181.92 -
System Red Green Blue C M Y K H S L
Decimal 237 149 27 0 0.37 0.89 0.07 34.86 0.85 0.52
Hex ED 95 1B 0 25 59 7 23 55 34
Octal 355 225 33 0 45 131 7 43 125 64
Binary 11101101 10010101 11011 0 100101 1011001 111 100011 1010101 110100

Color Harmonies of #ED951B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED951B

Black with #ED951B

Text Example


Text Example

White with #ED951B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED951B; }

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

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

background-color css

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

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

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

border-color css

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

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

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