Html Css Color HEX #EDA307 Gamboge

📋 copy color: '#EDA307'

red 237 ◦ green 163 ◦ blue 7

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

Shades of Gamboge #EDA307

Tints of Gamboge #EDA307

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.05%

 BLUE value IS 7 (3.13% from 255) = 1.72%

R = 58.23%
G = 40.05%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDA307 (or 0xEDA307) is known color: Gamboge. HEX triplet: ED, A3 and 07. RGB value is (237,163,7). Sum of RGB (Red+Green+Blue) = 237+163+7=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 7 (3.12% from 255 or 1.72% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA307 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA307 is #125CF8. Grayscale: #A8A8A8. Windows color (decimal): -1203449 or 500717. OLE color: 500717.

HSL color Cylindrical-coordinate representation of color #EDA307: hue angle of 40.7º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EDA307 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 163 7 -
CMYK 0 0.31 0.97 0.07
HSL 40.7º 0.94% 0.48% -
HSV(B) 40.7º 0.97% 0.93% -
XYZ 48.06 44.21 6.2 -
YUV 167.34 37.52 177.68 -
System Red Green Blue C M Y K H S L
Decimal 237 163 7 0 0.31 0.97 0.07 40.7 0.94 0.48
Hex ED A3 7 0 1F 61 7 29 5E 30
Octal 355 243 7 0 37 141 7 51 136 60
Binary 11101101 10100011 111 0 11111 1100001 111 101001 1011110 110000

Color Harmonies of #EDA307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA307

Black with #EDA307

Text Example


Text Example

White with #EDA307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA307; }

 p { color: rgb(237,163,7); }

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

background-color css

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

 a { background-color: rgb(237,163,7); }

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

border-color css

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

 span { border-color: rgb(237,163,7); }

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