Html Css Color HEX #EDA203 Gamboge

📋 copy color: '#EDA203'

red 237 ◦ green 162 ◦ blue 3

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

Shades of Gamboge #EDA203

Tints of Gamboge #EDA203

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.3%

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

R = 58.96%
G = 40.3%
B = 0.75%

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

#EDA203 (or 0xEDA203) is known color: Gamboge. HEX triplet: ED, A2 and 03. RGB value is (237,162,3). Sum of RGB (Red+Green+Blue) = 237+162+3=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 3 (1.56% from 255 or 0.75% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA203 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA203 is #125DFC. Grayscale: #A7A7A7. Windows color (decimal): -1203709 or 238317. OLE color: 238317.

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

Color convert

RGB 237 162 3 -
CMYK 0 0.32 0.99 0.07
HSL 40.77º 0.98% 0.47% -
HSV(B) 40.77º 0.99% 0.93% -
XYZ 47.86 43.85 6.03 -
YUV 166.3 35.85 178.43 -
System Red Green Blue C M Y K H S L
Decimal 237 162 3 0 0.32 0.99 0.07 40.77 0.98 0.47
Hex ED A2 3 0 20 63 7 29 62 2F
Octal 355 242 3 0 40 143 7 51 142 57
Binary 11101101 10100010 11 0 100000 1100011 111 101001 1100010 101111

Color Harmonies of #EDA203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA203

Black with #EDA203

Text Example


Text Example

White with #EDA203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA203; }

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

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

background-color css

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

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

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

border-color css

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

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

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