Html Css Color HEX #EDA322 Carrot Orange

📋 copy color: '#EDA322'

red 237 ◦ green 163 ◦ blue 34

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

Shades of Carrot Orange #EDA322

Tints of Carrot Orange #EDA322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.83%

R = 54.61%
G = 37.56%
B = 7.83%

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

#EDA322 (or 0xEDA322) is known color: Carrot Orange. HEX triplet: ED, A3 and 22. RGB value is (237,163,34). Sum of RGB (Red+Green+Blue) = 237+163+34=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 34 (13.67% from 255 or 7.83% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA322 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA322 is #125CDD. Grayscale: #ABABAB. Windows color (decimal): -1203422 or 2270189. OLE color: 2270189.

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

Color convert

RGB 237 163 34 -
CMYK 0 0.31 0.86 0.07
HSL 38.13º 0.85% 0.53% -
HSV(B) 38.13º 0.86% 0.93% -
XYZ 48.31 44.31 7.52 -
YUV 170.42 51.02 175.49 -
System Red Green Blue C M Y K H S L
Decimal 237 163 34 0 0.31 0.86 0.07 38.13 0.85 0.53
Hex ED A3 22 0 1F 56 7 26 55 35
Octal 355 243 42 0 37 126 7 46 125 65
Binary 11101101 10100011 100010 0 11111 1010110 111 100110 1010101 110101

Color Harmonies of #EDA322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA322

Black with #EDA322

Text Example


Text Example

White with #EDA322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA322; }

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

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

background-color css

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

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

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

border-color css

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

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

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