Html Css Color HEX #EDA320 Carrot Orange

📋 copy color: '#EDA320'

red 237 ◦ green 163 ◦ blue 32

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

Shades of Carrot Orange #EDA320

Tints of Carrot Orange #EDA320

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.73%

 BLUE value IS 32 (12.89% from 255) = 7.41%

R = 54.86%
G = 37.73%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDA320 (or 0xEDA320) is known color: Carrot Orange. HEX triplet: ED, A3 and 20. RGB value is (237,163,32). Sum of RGB (Red+Green+Blue) = 237+163+32=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 32 (12.89% from 255 or 7.41% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA320 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA320 is #125CDF. Grayscale: #AAAAAA. Windows color (decimal): -1203424 or 2139117. OLE color: 2139117.

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

Color convert

RGB 237 163 32 -
CMYK 0 0.31 0.86 0.07
HSL 38.34º 0.85% 0.53% -
HSV(B) 38.34º 0.86% 0.93% -
XYZ 48.28 44.3 7.37 -
YUV 170.19 50.02 175.65 -
System Red Green Blue C M Y K H S L
Decimal 237 163 32 0 0.31 0.86 0.07 38.34 0.85 0.53
Hex ED A3 20 0 1F 56 7 26 55 35
Octal 355 243 40 0 37 126 7 46 125 65
Binary 11101101 10100011 100000 0 11111 1010110 111 100110 1010101 110101

Color Harmonies of #EDA320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA320

Black with #EDA320

Text Example


Text Example

White with #EDA320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA320; }

 p { color: rgb(237,163,32); }

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

background-color css

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

 a { background-color: rgb(237,163,32); }

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

border-color css

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

 span { border-color: rgb(237,163,32); }

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