Html Css Color HEX #EDA101 Gamboge

📋 copy color: '#EDA101'

red 237 ◦ green 161 ◦ blue 1

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

Shades of Gamboge #EDA101

Tints of Gamboge #EDA101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 59.4%
G = 40.35%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EDA101 (or 0xEDA101) is known color: Gamboge. HEX triplet: ED, A1 and 01. RGB value is (237,161,1). Sum of RGB (Red+Green+Blue) = 237+161+1=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 1 (0.78% from 255 or 0.25% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA101 is #125EFE. Grayscale: #A6A6A6. Windows color (decimal): -1203967 or 106989. OLE color: 106989.

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

Color convert

RGB 237 161 1 -
CMYK 0 0.32 1.00 0.07
HSL 40.68º 0.99% 0.47% -
HSV(B) 40.68º 1% 0.93% -
XYZ 47.68 43.5 5.91 -
YUV 165.48 35.18 179.01 -
System Red Green Blue C M Y K H S L
Decimal 237 161 1 0 0.32 1.00 0.07 40.68 0.99 0.47
Hex ED A1 1 0 20 64 7 29 63 2F
Octal 355 241 1 0 40 144 7 51 143 57
Binary 11101101 10100001 1 0 100000 1100100 111 101001 1100011 101111

Color Harmonies of #EDA101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA101

Black with #EDA101

Text Example


Text Example

White with #EDA101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA101; }

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

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

background-color css

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

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

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

border-color css

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

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

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