Html Css Color HEX #EDA102 Gamboge

📋 copy color: '#EDA102'

red 237 ◦ green 161 ◦ blue 2

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

Shades of Gamboge #EDA102

Tints of Gamboge #EDA102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 59.25%
G = 40.25%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EDA102 (or 0xEDA102) is known color: Gamboge. HEX triplet: ED, A1 and 02. RGB value is (237,161,2). Sum of RGB (Red+Green+Blue) = 237+161+2=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 2 (1.17% from 255 or 0.5% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA102 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA102 is #125EFD. Grayscale: #A6A6A6. Windows color (decimal): -1203966 or 172525. OLE color: 172525.

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

Color convert

RGB 237 161 2 -
CMYK 0 0.32 0.99 0.07
HSL 40.6º 0.98% 0.47% -
HSV(B) 40.6º 0.99% 0.93% -
XYZ 47.68 43.5 5.94 -
YUV 165.6 35.68 178.93 -
System Red Green Blue C M Y K H S L
Decimal 237 161 2 0 0.32 0.99 0.07 40.6 0.98 0.47
Hex ED A1 2 0 20 63 7 29 62 2F
Octal 355 241 2 0 40 143 7 51 142 57
Binary 11101101 10100001 10 0 100000 1100011 111 101001 1100010 101111

Color Harmonies of #EDA102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA102

Black with #EDA102

Text Example


Text Example

White with #EDA102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA102; }

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

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

background-color css

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

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

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

border-color css

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

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

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