Html Css Color HEX #EDA503 Gamboge

📋 copy color: '#EDA503'

red 237 ◦ green 165 ◦ blue 3

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

Shades of Gamboge #EDA503

Tints of Gamboge #EDA503

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.74%

 BLUE value IS 3 (1.56% from 255) = 0.74%

R = 58.52%
G = 40.74%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EDA503 (or 0xEDA503) is known color: Gamboge. HEX triplet: ED, A5 and 03. RGB value is (237,165,3). Sum of RGB (Red+Green+Blue) = 237+165+3=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 3 (1.56% from 255 or 0.74% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA503 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA503 is #125AFC. Grayscale: #A8A8A8. Windows color (decimal): -1202941 or 239085. OLE color: 239085.

HSL color Cylindrical-coordinate representation of color #EDA503: hue angle of 41.54º 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 #EDA503 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 165 3 -
CMYK 0 0.30 0.99 0.07
HSL 41.54º 0.98% 0.47% -
HSV(B) 41.54º 0.99% 0.93% -
XYZ 48.4 44.92 6.21 -
YUV 168.06 34.85 177.17 -
System Red Green Blue C M Y K H S L
Decimal 237 165 3 0 0.30 0.99 0.07 41.54 0.98 0.47
Hex ED A5 3 0 1E 63 7 2A 62 2F
Octal 355 245 3 0 36 143 7 52 142 57
Binary 11101101 10100101 11 0 11110 1100011 111 101010 1100010 101111

Color Harmonies of #EDA503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA503

Black with #EDA503

Text Example


Text Example

White with #EDA503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA503; }

 p { color: rgb(237,165,3); }

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

background-color css

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

 a { background-color: rgb(237,165,3); }

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

border-color css

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

 span { border-color: rgb(237,165,3); }

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