Html Css Color HEX #ED972A Carrot Orange

📋 copy color: '#ED972A'

red 237 ◦ green 151 ◦ blue 42

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

Shades of Carrot Orange #ED972A

Tints of Carrot Orange #ED972A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.77%

R = 55.12%
G = 35.12%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED972A (or 0xED972A) is known color: Carrot Orange. HEX triplet: ED, 97 and 2A. RGB value is (237,151,42). Sum of RGB (Red+Green+Blue) = 237+151+42=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 42 (16.80% from 255 or 9.77% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED972A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED972A is #1268D5. Grayscale: #A4A4A4. Windows color (decimal): -1206486 or 2791405. OLE color: 2791405.

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

Color convert

RGB 237 151 42 -
CMYK 0 0.36 0.82 0.07
HSL 33.54º 0.84% 0.55% -
HSV(B) 33.54º 0.82% 0.93% -
XYZ 46.41 40.3 7.52 -
YUV 164.29 58.99 179.86 -
System Red Green Blue C M Y K H S L
Decimal 237 151 42 0 0.36 0.82 0.07 33.54 0.84 0.55
Hex ED 97 2A 0 24 52 7 22 54 37
Octal 355 227 52 0 44 122 7 42 124 67
Binary 11101101 10010111 101010 0 100100 1010010 111 100010 1010100 110111

Color Harmonies of #ED972A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED972A

Black with #ED972A

Text Example


Text Example

White with #ED972A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED972A; }

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

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

background-color css

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

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

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

border-color css

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

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

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