Html Css Color HEX #ED951C Carrot Orange

📋 copy color: '#ED951C'

red 237 ◦ green 149 ◦ blue 28

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

Shades of Carrot Orange #ED951C

Tints of Carrot Orange #ED951C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.76%

R = 57.25%
G = 35.99%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED951C (or 0xED951C) is known color: Carrot Orange. HEX triplet: ED, 95 and 1C. RGB value is (237,149,28). Sum of RGB (Red+Green+Blue) = 237+149+28=414 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.25% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 28 (11.33% from 255 or 6.76% from 414); Max value from RGB is 237 - color contains mainly: red. Hex color #ED951C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED951C is #126AE3. Grayscale: #A2A2A2. Windows color (decimal): -1207012 or 1873389. OLE color: 1873389.

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

Color convert

RGB 237 149 28 -
CMYK 0 0.37 0.88 0.07
HSL 34.74º 0.85% 0.52% -
HSV(B) 34.74º 0.88% 0.93% -
XYZ 45.88 39.58 6.32 -
YUV 161.52 52.65 181.84 -
System Red Green Blue C M Y K H S L
Decimal 237 149 28 0 0.37 0.88 0.07 34.74 0.85 0.52
Hex ED 95 1C 0 25 58 7 23 55 34
Octal 355 225 34 0 45 130 7 43 125 64
Binary 11101101 10010101 11100 0 100101 1011000 111 100011 1010101 110100

Color Harmonies of #ED951C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED951C

Black with #ED951C

Text Example


Text Example

White with #ED951C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED951C; }

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

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

background-color css

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

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

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

border-color css

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

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

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