Html Css Color HEX #ED972C Carrot Orange

📋 copy color: '#ED972C'

red 237 ◦ green 151 ◦ blue 44

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

Shades of Carrot Orange #ED972C

Tints of Carrot Orange #ED972C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.95%

 BLUE value IS 44 (17.58% from 255) = 10.19%

R = 54.86%
G = 34.95%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED972C (or 0xED972C) is known color: Carrot Orange. HEX triplet: ED, 97 and 2C. RGB value is (237,151,44). Sum of RGB (Red+Green+Blue) = 237+151+44=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 44 (17.58% from 255 or 10.19% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED972C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED972C is #1268D3. Grayscale: #A5A5A5. Windows color (decimal): -1206484 or 2922477. OLE color: 2922477.

HSL color Cylindrical-coordinate representation of color #ED972C: hue angle of 33.26º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED972C is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 151 44 -
CMYK 0 0.36 0.81 0.07
HSL 33.26º 0.84% 0.55% -
HSV(B) 33.26º 0.81% 0.93% -
XYZ 46.45 40.32 7.72 -
YUV 164.52 59.99 179.7 -
System Red Green Blue C M Y K H S L
Decimal 237 151 44 0 0.36 0.81 0.07 33.26 0.84 0.55
Hex ED 97 2C 0 24 51 7 21 54 37
Octal 355 227 54 0 44 121 7 41 124 67
Binary 11101101 10010111 101100 0 100100 1010001 111 100001 1010100 110111

Color Harmonies of #ED972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED972C

Black with #ED972C

Text Example


Text Example

White with #ED972C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED972C; }

 p { color: rgb(237,151,44); }

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

background-color css

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

 a { background-color: rgb(237,151,44); }

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

border-color css

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

 span { border-color: rgb(237,151,44); }

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