Html Css Color HEX #EDA119 Gamboge

📋 copy color: '#EDA119'

red 237 ◦ green 161 ◦ blue 25

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

Shades of Gamboge #EDA119

Tints of Gamboge #EDA119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.91%

R = 56.03%
G = 38.06%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDA119 (or 0xEDA119) is known color: Gamboge. HEX triplet: ED, A1 and 19. RGB value is (237,161,25). Sum of RGB (Red+Green+Blue) = 237+161+25=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 25 (10.16% from 255 or 5.91% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA119 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA119 is #125EE6. Grayscale: #A8A8A8. Windows color (decimal): -1203943 or 1679853. OLE color: 1679853.

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

Color convert

RGB 237 161 25 -
CMYK 0 0.32 0.89 0.07
HSL 38.49º 0.85% 0.51% -
HSV(B) 38.49º 0.89% 0.93% -
XYZ 47.85 43.56 6.81 -
YUV 168.22 47.18 177.06 -
System Red Green Blue C M Y K H S L
Decimal 237 161 25 0 0.32 0.89 0.07 38.49 0.85 0.51
Hex ED A1 19 0 20 59 7 26 55 33
Octal 355 241 31 0 40 131 7 46 125 63
Binary 11101101 10100001 11001 0 100000 1011001 111 100110 1010101 110011

Color Harmonies of #EDA119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA119

Black with #EDA119

Text Example


Text Example

White with #EDA119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA119; }

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

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

background-color css

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

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

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

border-color css

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

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

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