Html Css Color HEX #EDA222 Carrot Orange

📋 copy color: '#EDA222'

red 237 ◦ green 162 ◦ blue 34

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

Shades of Carrot Orange #EDA222

Tints of Carrot Orange #EDA222

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.41%

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

R = 54.73%
G = 37.41%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDA222 (or 0xEDA222) is known color: Carrot Orange. HEX triplet: ED, A2 and 22. RGB value is (237,162,34). Sum of RGB (Red+Green+Blue) = 237+162+34=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 34 (13.67% from 255 or 7.85% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA222 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA222 is #125DDD. Grayscale: #AAAAAA. Windows color (decimal): -1203678 or 2269933. OLE color: 2269933.

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

Color convert

RGB 237 162 34 -
CMYK 0 0.32 0.86 0.07
HSL 37.83º 0.85% 0.53% -
HSV(B) 37.83º 0.86% 0.93% -
XYZ 48.13 43.96 7.46 -
YUV 169.83 51.35 175.91 -
System Red Green Blue C M Y K H S L
Decimal 237 162 34 0 0.32 0.86 0.07 37.83 0.85 0.53
Hex ED A2 22 0 20 56 7 26 55 35
Octal 355 242 42 0 40 126 7 46 125 65
Binary 11101101 10100010 100010 0 100000 1010110 111 100110 1010101 110101

Color Harmonies of #EDA222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA222

Black with #EDA222

Text Example


Text Example

White with #EDA222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA222; }

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

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

background-color css

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

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

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

border-color css

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

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

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