Html Css Color HEX #ED921A Carrot Orange

📋 copy color: '#ED921A'

red 237 ◦ green 146 ◦ blue 26

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

Shades of Carrot Orange #ED921A

Tints of Carrot Orange #ED921A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.36%

R = 57.95%
G = 35.7%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED921A (or 0xED921A) is known color: Carrot Orange. HEX triplet: ED, 92 and 1A. RGB value is (237,146,26). Sum of RGB (Red+Green+Blue) = 237+146+26=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 26 (10.55% from 255 or 6.36% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED921A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED921A is #126DE5. Grayscale: #A0A0A0. Windows color (decimal): -1207782 or 1741549. OLE color: 1741549.

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

Color convert

RGB 237 146 26 -
CMYK 0 0.38 0.89 0.07
HSL 34.12º 0.85% 0.52% -
HSV(B) 34.12º 0.89% 0.93% -
XYZ 45.39 38.64 6.04 -
YUV 159.53 52.65 183.26 -
System Red Green Blue C M Y K H S L
Decimal 237 146 26 0 0.38 0.89 0.07 34.12 0.85 0.52
Hex ED 92 1A 0 26 59 7 22 55 34
Octal 355 222 32 0 46 131 7 42 125 64
Binary 11101101 10010010 11010 0 100110 1011001 111 100010 1010101 110100

Color Harmonies of #ED921A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED921A

Black with #ED921A

Text Example


Text Example

White with #ED921A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED921A; }

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

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

background-color css

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

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

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

border-color css

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

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

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