Html Css Color HEX #EDA11D Gamboge

📋 copy color: '#EDA11D'

red 237 ◦ green 161 ◦ blue 29

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

Shades of Gamboge #EDA11D

Tints of Gamboge #EDA11D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.79%

R = 55.5%
G = 37.7%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDA11D (or 0xEDA11D) is known color: Gamboge. HEX triplet: ED, A1 and 1D. RGB value is (237,161,29). Sum of RGB (Red+Green+Blue) = 237+161+29=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 29 (11.72% from 255 or 6.79% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA11D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA11D is #125EE2. Grayscale: #A9A9A9. Windows color (decimal): -1203939 or 1941997. OLE color: 1941997.

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

Color convert

RGB 237 161 29 -
CMYK 0 0.32 0.88 0.07
HSL 38.08º 0.85% 0.52% -
HSV(B) 38.08º 0.88% 0.93% -
XYZ 47.89 43.58 7.05 -
YUV 168.68 49.18 176.73 -
System Red Green Blue C M Y K H S L
Decimal 237 161 29 0 0.32 0.88 0.07 38.08 0.85 0.52
Hex ED A1 1D 0 20 58 7 26 55 34
Octal 355 241 35 0 40 130 7 46 125 64
Binary 11101101 10100001 11101 0 100000 1011000 111 100110 1010101 110100

Color Harmonies of #EDA11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA11D

Black with #EDA11D

Text Example


Text Example

White with #EDA11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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