Html Css Color HEX #ED9C1A Carrot Orange

📋 copy color: '#ED9C1A'

red 237 ◦ green 156 ◦ blue 26

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

Shades of Carrot Orange #ED9C1A

Tints of Carrot Orange #ED9C1A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.23%

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

R = 56.56%
G = 37.23%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED9C1A (or 0xED9C1A) is known color: Carrot Orange. HEX triplet: ED, 9C and 1A. RGB value is (237,156,26). Sum of RGB (Red+Green+Blue) = 237+156+26=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 26 (10.55% from 255 or 6.21% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9C1A is #1263E5. Grayscale: #A6A6A6. Windows color (decimal): -1205222 or 1744109. OLE color: 1744109.

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

Color convert

RGB 237 156 26 -
CMYK 0 0.34 0.89 0.07
HSL 36.97º 0.85% 0.52% -
HSV(B) 36.97º 0.89% 0.93% -
XYZ 47 41.86 6.58 -
YUV 165.4 49.34 179.07 -
System Red Green Blue C M Y K H S L
Decimal 237 156 26 0 0.34 0.89 0.07 36.97 0.85 0.52
Hex ED 9C 1A 0 22 59 7 25 55 34
Octal 355 234 32 0 42 131 7 45 125 64
Binary 11101101 10011100 11010 0 100010 1011001 111 100101 1010101 110100

Color Harmonies of #ED9C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9C1A

Black with #ED9C1A

Text Example


Text Example

White with #ED9C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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