Html Css Color HEX #ED961F Carrot Orange

📋 copy color: '#ED961F'

red 237 ◦ green 150 ◦ blue 31

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

Shades of Carrot Orange #ED961F

Tints of Carrot Orange #ED961F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.89%

 BLUE value IS 31 (12.5% from 255) = 7.42%

R = 56.7%
G = 35.89%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ED961F (or 0xED961F) is known color: Carrot Orange. HEX triplet: ED, 96 and 1F. RGB value is (237,150,31). Sum of RGB (Red+Green+Blue) = 237+150+31=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 31 (12.5% from 255 or 7.42% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED961F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED961F is #1269E0. Grayscale: #A3A3A3. Windows color (decimal): -1206753 or 2070253. OLE color: 2070253.

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

Color convert

RGB 237 150 31 -
CMYK 0 0.37 0.87 0.07
HSL 34.66º 0.85% 0.53% -
HSV(B) 34.66º 0.87% 0.93% -
XYZ 46.08 39.92 6.57 -
YUV 162.45 53.82 181.18 -
System Red Green Blue C M Y K H S L
Decimal 237 150 31 0 0.37 0.87 0.07 34.66 0.85 0.53
Hex ED 96 1F 0 25 57 7 23 55 35
Octal 355 226 37 0 45 127 7 43 125 65
Binary 11101101 10010110 11111 0 100101 1010111 111 100011 1010101 110101

Color Harmonies of #ED961F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED961F

Black with #ED961F

Text Example


Text Example

White with #ED961F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED961F; }

 p { color: rgb(237,150,31); }

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

background-color css

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

 a { background-color: rgb(237,150,31); }

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

border-color css

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

 span { border-color: rgb(237,150,31); }

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