Html Css Color HEX #ED922A Carrot Orange

📋 copy color: '#ED922A'

red 237 ◦ green 146 ◦ blue 42

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

Shades of Carrot Orange #ED922A

Tints of Carrot Orange #ED922A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.35%

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

R = 55.76%
G = 34.35%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED922A (or 0xED922A) is known color: Carrot Orange. HEX triplet: ED, 92 and 2A. RGB value is (237,146,42). Sum of RGB (Red+Green+Blue) = 237+146+42=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 42 (16.80% from 255 or 9.88% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED922A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED922A is #126DD5. Grayscale: #A1A1A1. Windows color (decimal): -1207766 or 2790125. OLE color: 2790125.

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

Color convert

RGB 237 146 42 -
CMYK 0 0.38 0.82 0.07
HSL 32º 0.84% 0.55% -
HSV(B) 32º 0.82% 0.93% -
XYZ 45.62 38.73 7.26 -
YUV 161.35 60.65 181.96 -
System Red Green Blue C M Y K H S L
Decimal 237 146 42 0 0.38 0.82 0.07 32 0.84 0.55
Hex ED 92 2A 0 26 52 7 20 54 37
Octal 355 222 52 0 46 122 7 40 124 67
Binary 11101101 10010010 101010 0 100110 1010010 111 100000 1010100 110111

Color Harmonies of #ED922A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED922A

Black with #ED922A

Text Example


Text Example

White with #ED922A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED922A; }

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

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

background-color css

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

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

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

border-color css

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

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

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