Html Css Color HEX #ED922B Carrot Orange

📋 copy color: '#ED922B'

red 237 ◦ green 146 ◦ blue 43

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

Shades of Carrot Orange #ED922B

Tints of Carrot Orange #ED922B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.09%

R = 55.63%
G = 34.27%
B = 10.09%

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

#ED922B (or 0xED922B) is known color: Carrot Orange. HEX triplet: ED, 92 and 2B. RGB value is (237,146,43). Sum of RGB (Red+Green+Blue) = 237+146+43=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 43 (17.19% from 255 or 10.09% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #ED922B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED922B is #126DD4. Grayscale: #A1A1A1. Windows color (decimal): -1207765 or 2855661. OLE color: 2855661.

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

Color convert

RGB 237 146 43 -
CMYK 0 0.38 0.82 0.07
HSL 31.86º 0.84% 0.55% -
HSV(B) 31.86º 0.82% 0.93% -
XYZ 45.64 38.74 7.36 -
YUV 161.47 61.15 181.88 -
System Red Green Blue C M Y K H S L
Decimal 237 146 43 0 0.38 0.82 0.07 31.86 0.84 0.55
Hex ED 92 2B 0 26 52 7 20 54 37
Octal 355 222 53 0 46 122 7 40 124 67
Binary 11101101 10010010 101011 0 100110 1010010 111 100000 1010100 110111

Color Harmonies of #ED922B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED922B

Black with #ED922B

Text Example


Text Example

White with #ED922B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED922B; }

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

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

background-color css

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

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

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

border-color css

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

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

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