Html Css Color HEX #EDA123 Carrot Orange

📋 copy color: '#EDA123'

red 237 ◦ green 161 ◦ blue 35

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

Shades of Carrot Orange #EDA123

Tints of Carrot Orange #EDA123

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.18%

 BLUE value IS 35 (14.06% from 255) = 8.08%

R = 54.73%
G = 37.18%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EDA123 (or 0xEDA123) is known color: Carrot Orange. HEX triplet: ED, A1 and 23. RGB value is (237,161,35). Sum of RGB (Red+Green+Blue) = 237+161+35=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 35 (14.06% from 255 or 8.08% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA123 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA123 is #125EDC. Grayscale: #A9A9A9. Windows color (decimal): -1203933 or 2335213. OLE color: 2335213.

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

Color convert

RGB 237 161 35 -
CMYK 0 0.32 0.85 0.07
HSL 37.43º 0.85% 0.53% -
HSV(B) 37.43º 0.85% 0.93% -
XYZ 47.97 43.62 7.48 -
YUV 169.36 52.18 176.25 -
System Red Green Blue C M Y K H S L
Decimal 237 161 35 0 0.32 0.85 0.07 37.43 0.85 0.53
Hex ED A1 23 0 20 55 7 25 55 35
Octal 355 241 43 0 40 125 7 45 125 65
Binary 11101101 10100001 100011 0 100000 1010101 111 100101 1010101 110101

Color Harmonies of #EDA123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA123

Black with #EDA123

Text Example


Text Example

White with #EDA123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA123; }

 p { color: rgb(237,161,35); }

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

background-color css

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

 a { background-color: rgb(237,161,35); }

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

border-color css

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

 span { border-color: rgb(237,161,35); }

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